Hide Windows Cursor

Use this board to post your code snippets - tips and tricks
11 posts Page 1 of 2
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Hide Windows Cursor
mikethedj4
Pretty easy, and simple, but this is for the people that didn't know how to do it.
Code: Select all
System.Windows.Forms.Cursor.Hide()
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: Hide Windows Cursor
Livengood
i will have to play a prank with my brothers lol :D
thanks mike :)
- Livengood
Image
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Re: Hide Windows Cursor
mikethedj4
No Problem!
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Hide Windows Cursor
zachman61
didnt codenstuff give you this code a week or two ago?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Re: Hide Windows Cursor
mikethedj4
Nope, that would be this.
User avatar
Insignia
VIP-Member
VIP-Member
Posts: 238
Joined: Thu Feb 11, 2010 5:15 pm

Re: Hide Windows Cursor
Insignia
Does this hide the cursor in the form only? Or the whole screen?
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Re: Hide Windows Cursor
mikethedj4
form only
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Hide Windows Cursor
zachman61
mikethedj4 wrote:
Nope, that would be this.
my bad im sorry
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Hide Windows Cursor
Lewis
Nice little snip cooll;
Image
User avatar
RonaldHarvey
Top Poster
Top Poster
Posts: 113
Joined: Tue Apr 05, 2011 2:32 pm

Re: Hide Windows Cursor
RonaldHarvey
Nice Snippet. wahooo;
11 posts Page 1 of 2
Return to “Quick Snips”