|
-
April 7th, 1999, 05:39 PM
#1
CFormView and Status Bar problems
I have a simple blackjack program i wrote using a CFormView based Doc/View app. Initially I had a problem getting the mainframe to start up being the same size as the dialog that i base my app on. After doing
GetParentFrame()->RecalcLayout();
ResizeParentToFit(FALSE);
the frame starts up the correct size. I wanted to have my program use the status bar, and i noticed that the status bar acts as if it's the original mainframe's size. I want the status bar to be the same size as the dialog. Is there some code that will let me resize the bar like i did in the above snippet with the view?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|