How to se Mouse form

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Dear all

How can I set the mouse form to a sand clock during I am executing something
to indicate that the app is working. Once it's finished I would like to set
the mouse form back to arrow. This shoould apply over all control in the
form.
Hope somebody can help me.

Thanks Alex
 
Me.Cursor = Cursors.WaitCursor
after processing
Me.Cursor = Cursors.Default

Dear all

How can I set the mouse form to a sand clock during I am executing something
to indicate that the app is working. Once it's finished I would like to set
the mouse form back to arrow. This shoould apply over all control in the
form.
Hope somebody can help me.

Thanks Alex
 

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