Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create DLL called from VB showing a form
Message
From
21/05/2001 13:19:02
Pamela Bulmahn
The University of Iowa
Iowa, United States
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00509001
Message ID:
00509563
Views:
20
Larry, thanks for the info but I'm still having trouble.

I have created a form, put it in the project, wrote a .prg class that has only a method to do the form but the form does not show.

I then, saved the form as a class and did the following:

define class UpLoadFiles as custom olepublic
procedure init
endproc

procedure StartForm
oform = createobject("UlVbpcForm")
oform.show()
endproc
enddefine

I wrote a test program to do the StartForm method. I get no errors but still no form on the screen. Can you advise?

Pamela
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform