DLL sending message to vb aplication

From my VC++ DLL how can i send a message to my vb application

please help me!!!!!!!!!!!!!




Answer this question

DLL sending message to vb aplication

  • gsell

    You will need to be more specific for someone to be able to help you. In the meantime, you can create an ActiveX control in VC++ that sends the event. On the VB .Net side you can add the control to your form (withevents) and add the appropriate handler.

    Best Regards,



  • DLL sending message to vb aplication