Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create DLL called from VB showing a form
Message
De
21/05/2001 13:19:02
Pamela Bulmahn
The University of Iowa
Iowa, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00509001
Message ID:
00509563
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform