Smartphone and Action Key Click controls .Net

  • Thread starter Thread starter Mustafa Rabie
  • Start date Start date
M

Mustafa Rabie

Hi All,

I know that buttons are not supported in Smartphone, but some application
has the functionality of clicking the Action Softkey and acts like a mouse
click. E.g the bubbles game, the Pocket outlook listview, when u click on an
item an action happens. Is there a way to do this or maybe a control that
can support that?

thanks for your help
Mustafa
 
to do that, just track the keydown event for keycode Enter on the currently
focused control
 
thanks marauderz
i had code that captures the softkeys clicks from c# but i can't find it
anymore and i looked on the web and couldnt find it, can you point me to the
keycods and the code that captures them?

thanks for your help really appreciate it
mustafa
 
thanks Sergey, but i remember there was a post here with the code or a link
cant really remember it was for smartphone and the actionkeys and their
codes
 
Back
Top