Archon
Aug 23rd, 2000, 05:17 PM
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
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