Click here to Skip to main content
15,926,507 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB and .Net Naming Guidelines Pin
Kevin McFarlane22-Mar-02 3:05
Kevin McFarlane22-Mar-02 3:05 
GeneralRe: VB and .Net Naming Guidelines Pin
David Wengier23-Mar-02 12:09
David Wengier23-Mar-02 12:09 
GeneralRe: VB and .Net Naming Guidelines Pin
Kevin McFarlane24-Mar-02 0:25
Kevin McFarlane24-Mar-02 0:25 
Generalole db Pin
Sudhakar21-Mar-02 23:50
Sudhakar21-Mar-02 23:50 
GeneralA New ActiveX control in VB which doesnt allows u to write codes Pin
21-Mar-02 18:01
suss21-Mar-02 18:01 
Generalident lookup(rfc 931/1413) Pin
21-Mar-02 1:43
suss21-Mar-02 1:43 
GeneralForm in a VB ActiveX dll Pin
zrazzaque20-Mar-02 18:08
zrazzaque20-Mar-02 18:08 
GeneralActiveX VB Pin
Michael.Weiss19-Mar-02 23:20
Michael.Weiss19-Mar-02 23:20 
Hello I had created an Activex component
I try to create it dynamically with :

Set MyTotoObject = CreateObject("TotoViewOCX.TotoView")

In this cas I can only acces the function of my object I can not access
the extender functions.
So I can not displaying it.

I try another method:

Set MyTotoObject = MMI.Controls.Add("TotoViewOCX.TotoView", "MyToto")

With this mode I can only acces the extender methods, And I can displaying it.
but I need to use the function I have created.

Is it possible to create the object and displaying it with the possibility
to Use the functionnality i add inside

Thanks a lot Michael
GeneralRe: ActiveX VB Pin
David Wengier19-Mar-02 23:33
David Wengier19-Mar-02 23:33 
GeneralRe: ActiveX VB Pin
Michael.Weiss20-Mar-02 0:25
Michael.Weiss20-Mar-02 0:25 
GeneralRe: ActiveX VB Pin
David Wengier20-Mar-02 1:11
David Wengier20-Mar-02 1:11 
GeneralRe: ActiveX VB Pin
Michael.Weiss20-Mar-02 1:18
Michael.Weiss20-Mar-02 1:18 
GeneralRe: ActiveX VB Pin
Gerosa9-Apr-02 8:58
Gerosa9-Apr-02 8:58 
QuestionHow to convert 16-Bit colors to 32-Bit: Pin
18-Mar-02 12:42
suss18-Mar-02 12:42 
AnswerRe: How to convert 16-Bit colors to 32-Bit: Pin
Paul M Watt21-Apr-02 13:31
mentorPaul M Watt21-Apr-02 13:31 
Generalcatching string from DOS shell Pin
mohith18-Mar-02 6:37
mohith18-Mar-02 6:37 
GeneralRe: catching string from DOS shell Pin
Jeremy Falcon18-Mar-02 10:47
professionalJeremy Falcon18-Mar-02 10:47 
GeneralRe: catching string from DOS shell Pin
mohith19-Mar-02 12:07
mohith19-Mar-02 12:07 
GeneralRe: catching string from DOS shell Pin
Jeremy Falcon20-Mar-02 4:26
professionalJeremy Falcon20-Mar-02 4:26 
GeneralRe: catching string from DOS shell Pin
mohith20-Mar-02 11:44
mohith20-Mar-02 11:44 
GeneralRe: catching string from DOS shell (phew) Pin
Jeremy Falcon22-Mar-02 5:33
professionalJeremy Falcon22-Mar-02 5:33 
GeneralRe: catching string from DOS shell (phew) Pin
mohith23-Mar-02 11:27
mohith23-Mar-02 11:27 
GeneralRe: catching string from DOS shell (phew) Pin
Jeremy Falcon25-Mar-02 3:25
professionalJeremy Falcon25-Mar-02 3:25 
GeneralActiveX with VB Pin
Jerome Conus17-Mar-02 21:28
Jerome Conus17-Mar-02 21:28 
GeneralRe: ActiveX with VB Pin
Jeremy Falcon18-Mar-02 10:02
professionalJeremy Falcon18-Mar-02 10:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.