|
-
Feb 27th, 2007, 04:15 AM
#1
Thread Starter
New Member
tab with the pad in a form
hi, I have a pocketpc application wich has a form with two combobox.
If in a combobox I push the d-pad of the pocketpc, the element of the combobox changes
how can I select the next combobox with the d-pad?
thanks
[sorry for my english] 
-
Feb 27th, 2007, 03:16 PM
#2
Fanatic Member
Re: tab with the pad in a form
you will need to use the keydown event of the combobox... then do an if on the e.Key to check select which value you want to put focus on....
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Feb 27th, 2007, 05:11 PM
#3
Thread Starter
New Member
Re: tab with the pad in a form
[sorry for my english] 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|