|
-
Aug 23rd, 2000, 05:17 PM
#1
Thread Starter
Member
When sending the Tab command to an application can you use this?
Code:
Private Sub Command1_Click()
dim StrTab as Long
StrTab=SendMessage(hWnd,WM_CHAR,vbKeyTab,0)?
End Sub
I try that code alread to send the tab key to an application but it does not work does anybody know of another way? by the way the application is a Web Page with 2 text boxes. I want to be able to send a message to the first box and then to the second box but the vbKeyTab is not helping.
Thanx
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
|