Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embedded VB help needed

Status
Not open for further replies.

Radhika

Programmer
Joined
Mar 2, 2001
Messages
3
Location
US
I am currently programming in embedded VB for the dolphin 7400 device from Hand Held Products. The problem I am facing is with text boxes. If the user enters the password in a text box I must be able to check the contents of the text box and set focus on another text box or the same (depending on the data entered) once the Enter Key is pressed. I am able to use this functionality provided the Tab key is pressed. How do I get it work with the enter key?
 
Check for the tab key (in Keypressevent). If Keypress = Tab, do the same as the entewr routine.


MichaelRed
redmsp@erols.com

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top