.NETCF app missing KeyDown events

M

Michael

Hello,

We've got an ecosystem of two apps, which I think may be part of the
issue.

First, I need some basic ground level understanding of the event
system. The TopMost Forms app will receive events? Or can any app
receive events?

The first app is a "splash" screen of sorts, but that's really a
misnomer: it's more of a launcher / watchdog: it launches the primary
app and watches the process, such as through OpenNetCF tools and such.
After that, it can go to the background.

The second app is the "primary" user experience on our device and
should be receiving KeyDown messages. I am finding that we are missing
some of those events. The key pad doesn't respond like it should. Not
every key press is being interpreted.

I've been reading some posts about intermediate / low-level message
pumps that we can override where we are dispatching key events to the
rest of the app and how we can "tell" the app that it should process
every one.

Something possibly about a PreFilterMessage or something? Or possibly
hook into OpenNetCF KeyboardHook. Doubtful I could justify something
like a Resco Controls at this stage of the game, though.

Another thought is, I was experimenting with the watchdog bringing it
to the front when (occasionally) the primary app would appear
unresponsive (sometimes it blocks doing IO). I am wondering possibly
that is getting focus and therefore key events instead of the primary
app.

When in doubt the obvious answer is the simple one right? Probably one
of these type scenarios, but any insights would be great. Thanks!
 

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