Catch windows messages in windows CE / CF

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
 
P

Paul G. Tobey [eMVP]

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

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

Top