MessagePump, PostMessage in C++, in CF also something like that?

  • Thread starter Thread starter Jeroen CEuppens
  • Start date Start date
J

Jeroen CEuppens

I want to use something like the MessagePump, PostMessage in C++ in C#
(Compact Framework), is there a way to have these functions?

Greetz
Jeroen
 
You can use the ApplicationEx class from OpenNETCF.org to allow you to
intercept messages, then use the OpenNETCF.WinAPI.Win32Window classes
implementations of PostMessage and SendMessage.

-Chris
 
Back
Top