|
-
Apr 13th, 2002, 08:14 AM
#1
does anyone know how to..
basically what im trying to do is no matter what happens in the application, whether something in a webbrowser has been clicked or whatever i want the cursor to stay normal (default)
can anyone help?
thanks
-
Apr 13th, 2002, 09:06 AM
#2
The operating system itself, as well as many pieces of canned software that come with the operating system, like the IE, take control of the mouse pointer.
-
Apr 13th, 2002, 09:37 AM
#3
PowerPoster
Well
Why would you want to do this anyway? Mots people are used to certain mouse icons at certain times:
Waiting : Hourglass
Resizeing : The Arrow thing
Web : The Hand.
Why would you want to change this?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Apr 13th, 2002, 06:33 PM
#4
i am trying to do this because im using a webbrowser that is not visible on the form, but is still their..
using a command button on my form it clicks a button on the webbrowser causing a hourglass cursor, i do not wish this to happen.
regards.
-
Apr 14th, 2002, 04:37 AM
#5
im thinking this is either really hard, or impossible..
i just, somehow, don't want the webbrowser to give off a hourglass pointer when it navigates.. 
anyone else got any ideas?
thanks
-
Apr 14th, 2002, 04:40 AM
#6
If you can figure out exactly where and when to use
Screen.Mousepointer = vbNormal
OR
Me.Mousepointer = vbNormal
(normal?)
then you probably have your problem solved.
Have you tried this yet?
-
Apr 14th, 2002, 04:45 AM
#7
thanks for the reply, yes i have tried that...
it will reduce the time the pointer is a hourglass, but not completley because as far as i know, 2 lines of code can't be executed at EXACTLY the same time, thus it stil has a hourglass pointer for a period of time..
-
Apr 14th, 2002, 02:03 PM
#8
Does it need to be a web browser. Couldn't you use the winsock control or inet control?
-
Apr 14th, 2002, 11:38 PM
#9
unless you know how to "click" command buttons on a webpage using inet or winsock, no..
i was thinking is their a property or somethign to see if the mouse is on the form and if it is set the mouse pointer to defult?
-
Apr 14th, 2002, 11:51 PM
#10
You can click Command Buttons.
Something like:
VB Code:
WebBrowser1.Document.Form.submit
Last edited by Bruce Fox; Apr 14th, 2002 at 11:59 PM.
-
Apr 15th, 2002, 12:05 AM
#11
notice the: on a webpage using inet or winsock
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
|