Newbie: Changing cursor image at runtiime

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Hi,
how would I change the cursor image (hourglass) during the execution of some
code (connect to a database) and then change it to normal?
 
Steve,

It is very simple.

Me.Cursor = Cursors.WaitCursor
I hope this helps,

Cor
 
Steve said:
how would I change the cursor image (hourglass) during the execution of
some code (connect to a database) and then change it to normal?

\\\
Cursor.Current = Cursors.WaitCursor
///
 

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