Programming navigation button

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 !
 
A

Alberto Silva - Microsoft MVP - Device Application

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
 
A

Amirallia

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 ?
 

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