Programming navigation button

  • Thread starter Thread starter Amirallia
  • Start date Start date
A

Amirallia

Hi,

I have a hp ipaq hx2490b on WM 5.0, and I will use the navigation
buttons(left, right, up and down) on my application.

Is it possible to programm the navigation buttons ?

Thanks !
 
Hi,
On Visual Studio 2005 & 2008, on the form design view with device skin, you
just have to click on the skin button you want to intercept and VS creates
the event handler for you. Depending on what you want, make sure that the
form KeyPreview property is set to True so the event handler is always
called when a navigation key is pressed.

--

Alberto Silva
www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development
 
Alberto Silva - Microsoft MVP - Device Application Development a couché
sur son écran :
Hi,
On Visual Studio 2005 & 2008, on the form design view with device skin, you
just have to click on the skin button you want to intercept and VS creates
the event handler for you. Depending on what you want, make sure that the
form KeyPreview property is set to True so the event handler is always called
when a navigation key is pressed.

--

Alberto Silva
www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development

Thanks for your answer, but I develop with Visual Studio 2003 and I
don't have skin property for the forms !

Another idea ?
 
Back
Top