jinnu
November 3rd, 1999, 01:05 AM
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.
|
Click to See Complete Forum and Search --> : Remote changing of Mouse Cursor jinnu November 3rd, 1999, 01:05 AM 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. Waseem Sadiq November 3rd, 1999, 03:14 AM 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. jinnu November 3rd, 1999, 10:43 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |