Home:ALL Converter>How to remove the Square mouse pointer in WinForms in Visual Studio 2022

How to remove the Square mouse pointer in WinForms in Visual Studio 2022

Ask Time:2022-08-08T10:54:29         Author:Bagboy16

Json Formatter

I have this strange issue with Visual Studio 2022. I have a Windows Forms app and in some forms I have a square as the mouse pointer. It doesn't let me do anything. I can't resize or move controls, etc.

square mouse

It's the same issue this user had: https://www.youtube.com/watch?v=Qo1oqg2Wl5k.

However, the solution he used doesn't works for me.

The forms that present this issue are derived from another form, such as this:

public partial class Form1 : maintenance

How can I get back a normal mouse cursor?

EDIT: The issue is in the form designer, not when running the app

Author:Bagboy16,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/73272520/how-to-remove-the-square-mouse-pointer-in-winforms-in-visual-studio-2022
yy