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
 
Back
Top