Cursors and Mousepointer

  • Thread starter Thread starter Geoff
  • Start date Start date
G

Geoff

Hi
On a form I use this to indicate activity
Me.MousePointer = fmMousePointerCustom
Me.MouseIcon = LoadPicture(Application.Path & "\MSN.ico")
then reset using
Me.MousePointer = fmMousePointerDefault

How can Application.Cursor = xlWait be changed to show the same?

Geoff
 
Thanks but the primary link is to change the mousepointer on a form, which I
can already do. The secondary links on the site are to do with existing
cursor shapes.

What I am seeking is to replace the xlWait cursor on a worksheet with an icon.

Geoff
 

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