Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I return a value from an activex dll?
Message
From
12/01/2001 17:31:21
 
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00462532
Message ID:
00463262
Views:
15
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...
Previous
Reply
Map
View

Click here to load this message in the networking platform