Home › Forums › Software Development › Is it possible to hide the cursor? › Reply To: Is it possible to hide the cursor?
Hey @Grant thank you for your reply.
I have tried making the form fullscreen and using Cursor.Hide() on it. However, I have issues with combining the following things together:
– The form being fully transparent
– Allowing to click through the transparent window
– The cursor being hidden
I can make a transparent form and click through it, but then the cursor won’t be hidden. I also can make the form transparent and the cursor hidden, but then I can’t click through the form. I can’t get all 3 functionalities working at the same time. I did a lot of research, but couldn’t find a solution for this.
The reason for hiding the cursor is because I became inspired by the application Project IRIS and would like to have the same kind of functionality.