Change mouse cursor in VB.NET

G

Guest

Can someone please give me an example of how to change the mousepointer to an
hourglass or whatever other constant in VB.NET? I need to do it from a
start-up module (VB6 days would have been System.Mousepointer = vbHourGlass),
and also from a form (VB6 would have been Me.Mousepointer = vbHourGlass).

Cheers.

Tippy.
 

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

Top