Question

Im developing a touchscreen app and I need to hide the cursor whenever it is within the main Form.

Any ideas?

Was it helpful?

Solution

I knew this was a stupid question! Simply put

Cursor.Hide();

is all I needed in the forms constructor.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top