Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Share data from a COM component
Message
 
To
06/10/1999 10:06:05
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00273154
Message ID:
00273208
Views:
22
>I want to write a COM component with VB that will share some data between clients.
>Ex:
>1- App 1 call Component and set variable Foo to 10.
>2- App 2 call Component and retrieve variable Foo and get 10 witch was set by App 1.
>
>
>I know that the component must be an out of process component (EXE).

You're on the right way. The component must be ActiveX EXE. In that component, add a standard module in which you will define a public (or a friend) variable/property.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform