Window Form Cursor

  • Thread starter Thread starter Sidney
  • Start date Start date
S

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
 
Sidney said:
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top