|
-
November 3rd, 1999, 02:05 AM
#1
Remote changing of Mouse Cursor
In VB how do I change the mouse cursor of a running instance of IE tho' my application if I have the handle of the instance.
-
November 3rd, 1999, 04:14 AM
#2
Re: Remote changing of Mouse Cursor
I don't know if this works but try public Declare Function SetCursor Lib "user32" Alias "SetCursor" (byval hCursor as Long) as Long
. Maybe you can do a trick with the handle of IExplorer. Somebody who knows more please help.
-
November 3rd, 1999, 11:43 PM
#3
Re: Remote changing of Mouse Cursor
Thanx for the reply. But it won't work as it doesn't know that it has to change IE cursor. Also Setwindowlong won't work as it doesn't work from a different process. I'm not sure about how can I make use of SendMessage with message 'WM_SETCURSOR'. If there's another way please let me know.
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
|