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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Virtual Keyboard popups when over IE text field

Status
Not open for further replies.

dimsis

Programmer
Aug 6, 2000
76
GR
The scenario goes like this:
I'm getting the keystorkes from the Kiosk Terminal thru VB App and then i'm trying to sent that keys NOT TO IE location Bar but to an input form elemet (inside the html document that is being showing).

The user gives the enter thru Virtual Keyboard and i have to send this text to the displayed HTML page into the text box (text field) he/she was ...
Like the search input box in where you type what to look for.... for example... i've done this with sendkeys... if you'd like test it... but my final problem is that i need to POPUP the window every time the user
is over one INPUT element like the one i mention above...
For example lets say we've on
When the user is over the Sort by: INPUT (above (Enter terms to prioritize your results.))... the virtual keyboard must appear, let the user type what he want, and when click on the VIRTUAL enter (or the earth icon) at my program, the text must be placed in the appropiate field (Sort by in our
example) and disappear the Virtual keyboard until the user click or hover (place the cursor under) another input field....

This is what i've done until now for my virtual keyboard...

If you have any idea or clue that can help, please post it here...
Thanx in advance,
Dimitris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top