mouse pointer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

In vb6 when a long task was running i used the
screen.mousepointer = vbHourglass

What equivalent cammand do i use in dot net

Thanks in advance
Ishan
 
In vb6 when a long task was running i used the
screen.mousepointer = vbHourglass

What equivalent cammand do i use in dot net

Cursor.Current = Cursors.WaitCursor



Mattias
 

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

Similar Threads

Change mouse cursor in VB.NET 2
-2147467259 Automation error with redemption 0
MAPI in dot net 1
Getting the user login name 2
Excel worksheet 1
Xls to Csv -- remove formatting 2
Time zone problem 2
Bookmarks 1

Back
Top