SDI Main Window
C / C++ / MFC
6
Posts
3
Posters
0
Views
1
Watching
-
Is there any way that the main window of SDI is always maximised? Currently, I have to click the maximize button to make it full size.
When you create it, Use WS_MAXIMIZE on the flags
-
When you create it, Use WS_MAXIMIZE on the flags
-
Go to the OnCreate function of your main window, and at the end of the function add this line: code>ShowWindow (SW_MAXIMIZE);<
-
Go to the OnCreate function of your main window, and at the end of the function add this line: code>ShowWindow (SW_MAXIMIZE);<
Sans the HTML tags, of course! :-O
-
Sans the HTML tags, of course! :-O
doooooooooouuuuuuuhhhhhhhh !!!!! But you got the main point