OpenNETCF Missing WinMsg

  • Thread starter Christopher Pragash
  • 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
 
C

Christopher Pragash

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
 

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