bungpeng Posted October 30, 2003 Posted October 30, 2003 I am newbie in VB.NET, this is my simple question: How to use "Screen.MousePointer = vbHourglass" in VB.NET? Quote
Moderators Robby Posted October 30, 2003 Moderators Posted October 30, 2003 Me.Cursor = Cursors.WaitCursor or custom Cursor.Current = New Cursor(Application.StartupPath & "\SomeCursor.cur") Quote Visit...Bassic Software
bungpeng Posted October 30, 2003 Author Posted October 30, 2003 So easy? Not bad, there are so many cursor, and "Hand" cursor as well... Thank you very much Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.