sending message from a VC dll to VB - user defined
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
How to set VB up to recv this user defined message? I need to send info to a VB dll from a VC client with sendmessage with a message I've defined myself (WM_USER + something). What do I need to do in VB to let it know how to respond to the message? If suppose I had a form with a button in my dll, how would I get its handle so that my C dll can send a message to its click event? Thanks, ns