lothos12345 Posted June 1, 2005 Posted June 1, 2005 How do you get the mouse cursor to appear as an hourglass while the program is running in VB.NET? Any help given is greatly appreciated. Quote
Leaders snarfblam Posted June 1, 2005 Leaders Posted June 1, 2005 Something like Me.Cursor = Cursors.WaitCursor You get a list of predefined cursors, just like you do colors, pens, and brushes. Quote [sIGPIC]e[/sIGPIC]
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.