Is there a SendMessage method in C# just like the SendMessage in eVC++

  • Thread starter Thread starter SXT
  • Start date Start date
S

SXT

Hi,

I would like my C# program to handle some window messages in Pocket PC 2003,
is there any similar functions that I can use like the SendMessage function
in eVC++.

Thanks
 
What you need to do is P/Invoke the SendMessage API. If
you want to you can make use of the OpenNETCF.org WinAPI
library (http://www.opennetcf.org/winapi.asp) that
contains a lot of cool P/Invokes and other functionality.

Regards,
Maarten Struys, eMVP
PTS Software bv
 
Back
Top