Nov 22, 2002 #1 rdavis Programmer Apr 29, 2002 157 US I was thinking about this on the way to work today. What is the best way to change the mousepointer. Form.Mousepointer = vbhourglass or Screen.Mousepointer = vbhourglass Is there any difference between the two? Thanks, Rob
I was thinking about this on the way to work today. What is the best way to change the mousepointer. Form.Mousepointer = vbhourglass or Screen.Mousepointer = vbhourglass Is there any difference between the two? Thanks, Rob
Nov 22, 2002 #2 GJParker Programmer Jul 4, 2002 1,614 GB dependant on which object you change the mousepointer for will govern where you see an hourglass on your screen. Form.Mousepointer = vbhourglass The hourglass will only show when the mouse is over this form and normal mousepointer everywhere else. screen.Mousepointer - vbhourglass The hourglass is visible every wher on the screen Gary Parker Systems Support Analyst Upvote 0 Downvote
dependant on which object you change the mousepointer for will govern where you see an hourglass on your screen. Form.Mousepointer = vbhourglass The hourglass will only show when the mouse is over this form and normal mousepointer everywhere else. screen.Mousepointer - vbhourglass The hourglass is visible every wher on the screen Gary Parker Systems Support Analyst
Nov 22, 2002 #3 ZOR Technical User Jan 30, 2002 2,963 GB Can I appologise for comming in, but where does one find the mousepointer that is a hand, with index finger pointing to selection?. Many thanks Upvote 0 Downvote
Can I appologise for comming in, but where does one find the mousepointer that is a hand, with index finger pointing to selection?. Many thanks