Maximized windows
Hi, I''m trying to create a window the is initially maximized with:
WS_OVERLAPPEDWINDOW | WS_VISIBLE | WS_MAXIMIZE
but that''s not working. Can somebody please help me?
Anonymous Programmer
Hi!
I''m not sure but I think WS_MAXIMIZE is to add a maximize option to the window title bar. I''m sure that this line will do, after you create the window:
ShowWindow(hWnd, SW_SHOWMAXIMIZED);
Let me know if it helped
SKeTch
I''m not sure but I think WS_MAXIMIZE is to add a maximize option to the window title bar. I''m sure that this line will do, after you create the window:
ShowWindow(hWnd, SW_SHOWMAXIMIZED);
Let me know if it helped
SKeTch
SKeTch
December 24, 2001 09:13 PM
Hey, I have another question: How do you hide a menu in a child window?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement