bpayne111 Posted March 12, 2003 Posted March 12, 2003 I'd like to restrict the mouse cursor when the mouse is down on a custom control i've created. Any suggestions? Anyone know any good links to API calls for .net? thanks Quote i'm not lazy i'm just resting before i get tired.
*Gurus* divil Posted March 12, 2003 *Gurus* Posted March 12, 2003 'To restrict: Cursor.Clip = New Rectangle(0, 0, 400, 300) 'To unrestrict: Cursor.Clip = Rectangle.Empty Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
bpayne111 Posted March 12, 2003 Author Posted March 12, 2003 thanks divil... i had tried that before and it didn't seem to work for me... i'll try again and see what my results are. Quote i'm not lazy i'm just resting before i get tired.
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.