|
-
May 12th, 2016, 02:19 PM
#10
Thread Starter
Junior Member
Re: How to set focus to "Find" form created by WebBrowser control?
Just tested.
The
If (GetAsyncKeyState(vbKeyControl) <> 0 And GetAsyncKeyState(vbKeyF) <> 0)
does not work.
I also checked that my inversed statement
If (GetAsyncKeyState(vbKeyControl) = 0 Or GetAsyncKeyState(vbKeyF) = 0) Then
HTMLDOC.focus
End If
works fine.
Tags for this Thread
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
|