2
Answers

Simple Window

omar_cplusplus

omar_cplusplus

20y
2.1k
1
How can i create a window with out a border as in full screens but i dont want it to fill all the screen ( i.e: i want to control its width and hight ) ?
Answers (2)
0
alobiuc
NA 197 0 20y
Yes, you can do it the way Mykonian said but you won't be able to move it with your mouse unless you add handlers for the MouseDown and MouseMove events of the form. The code is somwhere in this forum, I can't remember exactly where but you can also find it in MSDN.
0
Mykonine
NA 520 0 20y
Set the FormBorderStyle to None.