473,397 Members | 1,969 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

tab key is not working in windows CE mobile application in .net

18
Hello guys. is there someone out there to tell me why TAB key is not working in windows CE mobile application in .net? I just want to move from one textbox to the next using TAB key, but it won't work at all. Please help
Aug 21 '07 #1
4 3583
kestrel
1,071 Expert 1GB
Im going to move this to the Mobile Development Forum. Have a nice day!

--
Kestrel
Aug 21 '07 #2
RedSon
5,000 Expert 4TB
Hello guys. is there someone out there to tell me why TAB key is not working in windows CE mobile application in .net? I just want to move from one textbox to the next using TAB key, but it won't work at all. Please help
The tab key probably works, it has to do with the tab settings on your controls. They have to be set in a certain order so the application knows from which box to move to the next when the tab key is pressed.
Aug 22 '07 #3
tekeste
18
Thanks RedSon, ,but i already did that. please look at my code:

Private Sub combobox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles cmbcombobox1.KeyPress

If Asc(e.KeyChar) = Keys.Tab Then
textbox2.Focus()
End If
End Sub

when tab key is pressed, i want it to go to textbox 2, but it does nothing. what can I do?
Aug 22 '07 #4
tekeste
18
Thanks RedSon, it works now!
Aug 25 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
3
by: tito | last post by:
Can we develop Windows Mobile Application using Perl Script? Is there any way to interact with a Windows Application using Perl? Can we test a Windows Mobile GUI using Perl? Can anyone answer me...
0
by: =?Utf-8?B?QW5keQ==?= | last post by:
We have Windows Mobile 5 devices and each user is registered in AD. The users logs onto an application and it's this application that logs the user onto AD. Is there an application, Micorosft or...
1
by: Sharky Ward | last post by:
We have a C# windows mobile form application designed for PockedtPC 2003 developed in VS2003.NET with .NET 1.0/1.1. Some of the mobile devices have been replaced with Windows Mobile 5.0. As a...
4
by: =?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?= | last post by:
I am creating an application for windows mobile using Visual C# windows. I am using visual studio 2008 and I have windows Microsoft Vista on my computer. I also downloaded the professional and...
4
by: libish | last post by:
hi all.. i'm new in windows mobile application development... my question is .. will an application developed for windows mobile 5 work in windows mobile 6 i'm not developing an high end...
2
by: libish | last post by:
i've developed an application for windows mobile... now i want to load it to windows mobile... here after i compiled the application, i got some .dll and one .exe file nw how will i load it to...
5
by: vinay550783 | last post by:
I have developed a web application which uses ajax to display some result in a div. Now this result works fine in explorer in xp or vista, but this when I run this page in windows CE IE 6.0...
0
by: nitinsingh1 | last post by:
Hi, I am using a PDA containing Windows Mobile 5.0 for my client application in JAVA (JSP & SERVLET).There i am using a dropdown menu on a page.There are 3 different values (A,B,C) in that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.