How to get/send/manipulate windows messages for the message loop of a form?

  • Thread starter Thread starter Joanne
  • Start date Start date
You can't using just .NETCF itself, but you can use the ApplicationEx class
from the Smart DeviceFramework (www.opennetcf.org/sdf/) instead of the basic
Application class to run your application, you can then define
MessageFilters to process messages.

Peter
 
Check the ApplicationEx class in OpenNETCF SDF at www.opennetcf.org. If you
give some real information, we might be able to direct you further.

Paul T.
 

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