I know that i can replace the pointer with an .ani file of an animated hourglass instead of the typical hourglass that represents "waiting" but is there a way to tell my entire vb app to show this...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10072347.html
Zones:
Visual BasicDate Answered: 09/07/1998 Grade: C Views: 20
How do you make the hourglass appear while a program is running
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10149530.html
Zones:
Visual BasicDate Answered: 04/13/1999 Grade: B Views: 4
Is there any way to change the cursor to an hourglass.
I've tried CWaitCursor and SetCursor, but both methods only change the cursor when it is over the applications window.
I have a small ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20098007.htm...
Zones:
Windows MFCDate Answered: 03/28/2001 Grade: A Views: 4
Hello!
With my vb6 application I control another app. And now here is the problem:
I want to know cursor state in that app (is it normal or hourglass,...)
I didn't found any API control for ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20410177.html
Zones:
Visual BasicDate Answered: 06/21/2003 Grade: A Views: 0
hi there,
I want to set the mouse pointer to Hourglass(wait) when the body started to load and change it to default when the body onload completed...
any suggestion?
Note: I've tried "body...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20620873.html
Zones:
JavaScriptDate Answered: 01/28/2004 Grade: A Views: 0
Can anyone help me with the problem below?
Programming note:
When user click OK to load a program, it will call another process, which does not support MFC, via com, and starts to load the sele...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20623738.html
Zones:
C++Date Answered: 05/29/2003 Grade: A Views: 0
I'm looking for some ideas on why the following doesn't work.
I have the following code running in the OnClick event of a label.
Private Sub Label101_Click()
DoCmd.Hourglass True
Call VSort...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20964043.html
Zones:
MS AccessDate Answered: 04/22/2004 Grade: A Views: 0
Dear All,
I need a way to set the cursor to 'hourglass' when the pages takes a while to load.
I assume that it is :
document.body.style.cursor = "wait";
Q1.(onclick event????)
and sett...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21022293.html
Hi,
I have been writing a number of macros in Access 2000. Due to slow network speeds at work they include an "Hourglass" action (set to Yes) before carrying out other actions.
Trouble is th...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21091947.html
Zones:
MS AccessDate Answered: 08/31/2004 Grade: B Views: 0
Hello experts,
does somebody can explain to me how I could change MousePointer at VB.NET run time like in VB6
MousePointer=...
Thanks!
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21419206.htm...