reconrey Posted February 26, 2010 Posted February 26, 2010 well how can i make the cursor invisible? Quote
Leaders snarfblam Posted February 27, 2010 Leaders Posted February 27, 2010 You mean when it is inside your application's window? System.Windows.Forms.Cursor.Hide(); Hide() is a static method on the Cursor class. This code will hide the cursor within your application, presumably for all windows in the application. Call Cursor.Show() to display it again. 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.