Home All Groups Group Topic Archive Search About
Author
10 Feb 2006 2:26 AM
Sidney
Hi, I want to know that if the program is running and I want to use the
cursor determinating it is running,
I think it is the best for me to change the cursor before the procedure
execute and change back the cursor after
executed... how can I change the cursor whenever I move to anywhere inside
the program?

Thanks a lot~

Sidney

Author
10 Feb 2006 5:57 AM
Chris
Sidney wrote:
> Hi, I want to know that if the program is running and I want to use the
> cursor determinating it is running,
> I think it is the best for me to change the cursor before the procedure
> execute and change back the cursor after
> executed... how can I change the cursor whenever I move to anywhere inside
> the program?
>
> Thanks a lot~
>
> Sidney
>
>
Just change the cursor and windows will handle the rest:

Cursor = Cursor.Wait
Then
Cursor = Cursor.Arrow
Author
10 Feb 2006 6:45 AM
Sidney
Thank You, Chris..
I make it~

Sidney

Show quoteHide quote
"Chris" <no@spam.com> ???????:OWRCTbgLGHA.3***@TK2MSFTNGP09.phx.gbl...
> Sidney wrote:
>> Hi, I want to know that if the program is running and I want to use the
>> cursor determinating it is running,
>> I think it is the best for me to change the cursor before the procedure
>> execute and change back the cursor after
>> executed... how can I change the cursor whenever I move to anywhere
>> inside the program?
>>
>> Thanks a lot~
>>
>> Sidney
> Just change the cursor and windows will handle the rest:
>
> Cursor = Cursor.Wait
> Then
> Cursor = Cursor.Arrow
Author
10 Feb 2006 6:01 AM
Cor Ligthert [MVP]
Sidney,

Try to keep you to usual standards, than your clients will be happy. Any
difference with that will direct give direct some anti against your program.

Just my thought (but not mine alone)

Cor