OpenNETCF Missing WinMsg

  • Thread starter Thread starter Christopher Pragash
  • Start date Start date
C

Christopher Pragash

Hello all,

I'm trying to use the ApplicationEX sample from OpenNETCF. I downloaded and
installed the framework, compiled the source projects, and made the
necessary references to the ApplicationEX sample. But still, the WinMsg
enumeration seems to be missing - I read through some existing posts in this
news group, but could not find a definitive solution. Any ideas where I
could find the enum or any other windows namespace that I should refer to?

Thanks in advance,
chris
 
Peter,

Thanks - that helped. One more question - using the OpenNETCF framework
ApplicationEX filters, how would I retrive the control on which the key was
pressed. In other words, I am added a filter for keydown, and my form has a
textbox and one checkbox. How would I know on which control the keydown even
occured - I need to perform different actions based on the control the
keydown event occured.

You guys have done a great job at OpenNETCF - turly there is no one word to
appreciate all the work.

Regards,
Chris
 
Back
Top