views:

17

answers:

0

I wrote a simple "baby smash" style program for my Samsung i760 with C# and the .Net Compact framework version 3.5 recently. I kept it very simple and it works for the most part. When I let my daughter "test" it out the first thing she did was to press the envelope key on the physical keyboard which brings up the messaging screen. I spent a night googling and ircing but I could not find out how to capture this event or ignore/disable it. I even connected the debugger to the program as it was running on my device and set a break point in my KeyDown handler and saw a normal key get handled but then pressing the envelope does not go to the same break point so I'm having trouble figuring what's going on exactly. Does anyone have a solution? Thanks!

P.S. Disabling the windows key would be desirable as well.