Game window is declared with this code:
Form gameWindow;
...
gameWindow = new Form();
gameWindow.ShowDialog();
How to remove resize indicator? I don't want to disable resizing, just to remove this gray icon
Game window is declared with this code:
Form gameWindow;
...
gameWindow = new Form();
gameWindow.ShowDialog();
How to remove resize indicator? I don't want to disable resizing, just to remove this gray icon