Missing WinMsg of OpenNETCF Application Ex

  • Thread starter Thread starter Khanh
  • Start date Start date
K

Khanh

hi all,
I try to use OpenNETCF.ApplicationEx to trap message but they inform
to miss WinMsg, although I download all project OpenNETCF.Drawing,
OpenNETCF, OpenNETCF.Windows.Forms, etc... when compiling it still
informs WinMsg not defined.

Is there any idea?

K
 
A few common windows messages are contained in the
OpenNETCF.Win32.Win32Window.WindowMessage enumeration.

However you can use any valid windows message with the ApplicationEx
functionality (each window message is a unique integer value). You can get a
full list by looking through the sdk header files (winuser.h is a good
starting place).

Peter
 
Back
Top