Send Left Arrow Key Keystroke (1 Viewer)

KeithG

AWF VIP
Local time
Today, 14:52
Joined
Mar 23, 2006
Messages
2,592
Hello,

Does anyone know how to use sendkeys to send the left Arrow keystroke? Or an altenative method to place the cursor in a texbox in the middle of the charactars with in the textbox? I am trying to create an auto populate function for textboxes similar to this type of feature in a combobox. I can get the text to populate but I need to postiton the cursor after the last character the user entered. Any help will me appericated.
 

KeithG

AWF VIP
Local time
Today, 14:52
Joined
Mar 23, 2006
Messages
2,592
I found it! SendKeys("{Left}")
should have been pretty obvious.
 

Users who are viewing this thread

Top Bottom