SFML community forums
Bindings - other languages => DotNet => Topic started by: amin.v on December 22, 2010, 01:01:55 pm
-
hi
how to hide minimize and maximize button and how to prevent user from resizing the window ... in windows.forms i simply set FormBorderStyle To FixedSingle ...
thanks
-
Look at the 3rd argument of Window's constructor, you can set the style to None or Titlebar.
-
thanks a lot :D