Hi Friends.
I'm new to VB 6.0 (SP6) and just managed to write my first dll.
This dll has some modules / procedures which are supposed to keep emitting strings (messages) based on what actions it is doing.
I want to know how should the dll be made so that once it is included in another Project (by adding a reference), the messages can be captured by the other application.
I'm not sure if what I state as an analogy is correct ...but would it involve creating a "stream" and sending strings to it ? If yes, can someone kindly share an example (or a link to an existing one). If not, [ more likely so :-) ], please guide me as to how this could be done.
Thanks in advance,
Parag P. Doke
I'm new to VB 6.0 (SP6) and just managed to write my first dll.
This dll has some modules / procedures which are supposed to keep emitting strings (messages) based on what actions it is doing.
I want to know how should the dll be made so that once it is included in another Project (by adding a reference), the messages can be captured by the other application.
I'm not sure if what I state as an analogy is correct ...but would it involve creating a "stream" and sending strings to it ? If yes, can someone kindly share an example (or a link to an existing one). If not, [ more likely so :-) ], please guide me as to how this could be done.
Thanks in advance,
Parag P. Doke
Comment