|
-
Feb 17th, 2001, 10:15 AM
#1
Thread Starter
Junior Member
Set objIE = New InternetExplorer
objIE©navigate "mail©yahoo©com"
objIE©Visible = True
lthreadID = GetWindowThreadProcessId¥objIE©hwnd, 0&¤
hHook = SetWindowsHookEx¥WH_KEYBOARD, AddressOf KeyboardProc, 0&, lthreadID¤
This works for a form but it doesnt work for internetExplorer© Whats wrong with this??
Thanks
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
|