maximaze dialog?
-
-
for example: dlg.SendMessage(WM_SIZE,SIZE_MAXIMIZED,0); you can try this.
-
-
Larsson wrote:
Error on SW_MAXIMIZED way?
what error ? i don't even understand your post...
You don't know where to start ? ask a good friend
-
Larsson wrote:
Error on SW_MAXIMIZED way?
what error ? i don't even understand your post...
You don't know where to start ? ask a good friend
-
If I use CWnd::ShowWindow(SW_MAXIMIZED); I get; error C2065: 'SW_MAXIMIZED' : undeclared identifier Do I need to use something else?
-
toxcct wrote:
use CWnd::ShowWindow(SW_MAXIMIZED);
Perhaps you meant
SW_MAXIMIZE
orSW_SHOWMAXIMIZED
.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
toxcct wrote:
use CWnd::ShowWindow(SW_MAXIMIZED);
Perhaps you meant
SW_MAXIMIZE
orSW_SHOWMAXIMIZED
.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
-
toxcct wrote:
use CWnd::ShowWindow(SW_MAXIMIZED);
Perhaps you meant
SW_MAXIMIZE
orSW_SHOWMAXIMIZED
.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb