|
-
March 13th, 2004, 08:58 AM
#1
Resize form (CFormView) at runtime
Hello All,
I have a form with a chart control and as the chart is zoomed I also want the form to be resized (with scroll bars). How do I resize the form.
Ms. Rajmathi
-
March 13th, 2004, 10:03 AM
#2
Normally a view is resized by getting the parent of the view and calling MoveWindow(). The child view should resize with the parent.
If this is an MDI app, then you will need to get the MDI Client window, it's client rect and move the frame window within the MDI client.
Steve
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
|