Link to home
Start Free TrialLog in
Avatar of Mephisto
Mephisto

asked on

Default MFC Window Size

I'm developing a version of Pente using MFC for a programming class and have created a representation of the board.  However, the board doesn't fall within the bounds of the default window created when I open the application.  I began the program using the AppWizard.  How do I change the default size of the application window?
ASKER CERTIFIED SOLUTION
Avatar of jrmcg
jrmcg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jrmcg
jrmcg

AND --
If your display is inside a document of an  MDI then just override the PreCreateWindow of the frame class of that document using the same method.

J.R.