C# and WindowsMessage

  • Thread starter Thread starter Tone
  • Start date Start date
T

Tone

How do I receive a message sent by using WindowsMessage in C++?

The C++ application sends the message, and my C# application should
receive ut. Anyone that can direct me to any documentation regarding
this?

TIA,
Tone
 
Hi Tone,
If it goes for windows messages (WM_) you can override form's WndProc
method. This is the windows proc for the form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top