Need help with MDI
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
how do you maximize a child window?? its probably on the oninitialupdate()...help Actual Linux Penguins were harmed in the creation of this message.
Override
PreCreateWindow()
in your child frame class and make surecs.style
includesWS_MAXIMIZE
.Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Override
PreCreateWindow()
in your child frame class and make surecs.style
includesWS_MAXIMIZE
.Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
That doesn't work. Any other thoughts??? -B