Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I return a value from an activex dll?
Message
De
12/01/2001 17:31:21
 
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Divers
Thread ID:
00462532
Message ID:
00463262
Vues:
14
When you hide the form it will stay in memory until the application is closed.
May be it is an option to transfer the value from the textbox to the variable vTestProperty in the Change event. You can use the property to query it.

oMyDLL = CreateObject("mydll.mydllutil")
oMyDLL.TestProperty = Me.Text1
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform