I want to write a message handler
for user defined message(WM_USER + N) in Visual Basic.
The message is sent to my visual basic application from DLL.
I wrote the DLL in Visual C++.
Anyone help me?

Thanks in advance!