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
 

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