Hour Glass 
Author Message
 Hour Glass

I have written a small program that executes a selection of prewritten
reports from Crystal Reports. Some of these reports can take a minute or so
to run. Does anybody know if it is possible to have the mouse tun into an
hourglass while it is running a report. If so how do I do it. I can't seem o
find it in the manual.

Cheers

Frank



Thu, 19 Sep 2002 04:00:00 GMT  
 Hour Glass
look at the mousepointer property of your form.
(please consult help files before posting.)

jb



| I have written a small program that executes a selection of prewritten
| reports from Crystal reports. Some of these reports can take a minute or
so
| to run. Does anybody know if it is possible to have the mouse tun into an
| hourglass while it is running a report. If so how do I do it. I can't seem
o
| find it in the manual.
|
| Cheers
|
| Frank
|
|



Thu, 19 Sep 2002 04:00:00 GMT  
 Hour Glass
Hello Frank,

Global Mouse_Pointer_Holder As Integer

Sub show_hourglass_mouse_pointer ()
    Mouse_Pointer_Holder = Screen.MousePointer
    Screen.MousePointer = 11    'HourGlass
End Sub

Sub unshow_hourglass_mouse_pointer ()
    Screen.MousePointer = Mouse_Pointer_Holder
End Sub

--

"For God So Loved The World, That He Gave His
Only Begotten Son, That Whosoever Believeth
In Him Should Not Perish, But Have Everlasting
Life"John3:16  * http://pw2.netcom.com/~cbrtjr/wrdthing.html *

Quote:
> I have written a small program that executes a selection of prewritten
> reports from Crystal reports. Some of these reports can take a minute or
so
> to run. Does anybody know if it is possible to have the mouse tun into an
> hourglass while it is running a report. If so how do I do it. I can't seem
o
> find it in the manual.

> Cheers

> Frank



Thu, 19 Sep 2002 04:00:00 GMT  
 Hour Glass
He said he couldn't find it in the manual.


Quote:
> look at the mousepointer property of your form.
> (please consult help files before posting.)



Fri, 20 Sep 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. hour glass mouse pointer

2. hour glass

3. Help: Cursor becomes hour glass on form unload

4. changing the cursor to an hour glass?

5. Changing the icon to an hour glass?

6. Cursor shape = hour glass

7. How do I calculate Working Hours (Man Hours)

8. Hour Alarm on the Hour?

9. Custom Magnify Glass?

10. magnifying glass effect

11. Looking Glass Software

12. glass form!

 

 
Powered by phpBB® Forum Software