Click here to Skip to main content
16,006,749 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Controlling Distiller writer Pin
22-Mar-02 6:32
suss22-Mar-02 6:32 
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 
Hi all,
I am trying to use a vb dll from a VC++ app in which I want to show a form. All goes well except where I create and show the form. This is what I am doing from the class module:

Public Sub Class_Initialize()
Dim myForm As New Form1
Load myForm
myForm.Show
End Sub

With the Show part commented out, CreateDispatch(VBDLLNAME,&oleException) returns Operation returned Successfully or something like that in the exception variable, but when The Show line is uncommented and the program is run exception is thrown 'class not registered'.

I just started with VB yesterday and need to do this to support some legacy VB code. Please Help!

Cheers,
Zeeshan Razzaque.




GeneralActiveX VB Pin
Michael.Weiss19-Mar-02 23:20
Michael.Weiss19-Mar-02 23:20 
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 

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.