C# Hide Resize Cursor
Posted
by Ozzy
on Stack Overflow
See other posts from Stack Overflow
or by Ozzy
Published on 2009-05-30T18:33:47Z
Indexed on
2010/03/13
2:57 UTC
Read the original article
Hit count: 414
In my program, im using the WndProc override to stop my form being resized. Thing is, the cursor is still there when you move the pointer to the edge of the form. Is there anyway to hide this cursor?
© Stack Overflow or respective owner