disable mouse in Winforms
Published: 14. October 2011 | Updated: 14. October 2011License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Winforms
Import namespace
using System.Windows.Forms;
Code
Cursor.Hide();
| Send us feedback about this snippet » |





