Catch windows messages in windows CE / CF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

There is some way to catch windows messages using windows CE. In standard
windows forms I override OnMessage. Put this method is internal in compact
framework.

I'm thinking to use SetWindowLong with GWL_WNDPROC, but there is another way?

Thanks in advance.

Guilherme Labigalini
 
You want to subclass one window or see *all* of the messages for the
application before they are dispatched?

Paul T.
 
Back
Top