Link to home
Start Free TrialLog in
Avatar of ivi
ivi

asked on

How to handle Windows message

Here is what I have and what I want:

1. I am quite new in VB :)
2. I have my own active x control written in C++.
3. I want to send a windows message with the help of SendMessage api function from this dll to a VB application
4. I want to handle this message in VB application
5. More over - I want to handle this in the main form of my application, not in separate module. Most preferred solution is if I can create new form event.

It is possible?


Avatar of AlexFM
AlexFM

ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial