hi
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
You may change mouse cursor using cursor property of Form, such as – Vb.Net- Me.Cursor = Cursors.WaitCursor C# - this.Cursor = Cursors.WaitCursor; I hope this helps :) . -Dave.
Dave Traister, ComponentOne LLC. www.componentone.com
-
You may change mouse cursor using cursor property of Form, such as – Vb.Net- Me.Cursor = Cursors.WaitCursor C# - this.Cursor = Cursors.WaitCursor; I hope this helps :) . -Dave.
Dave Traister, ComponentOne LLC. www.componentone.com
My.Computer.Scree.MousePointer=Cursors.WaitCursor