Click to See Complete Forum and Search --> : Size of Dialog used as Child MDI Window
Peter Uebers
May 26th, 1999, 05:15 PM
I use a Dialog as a Child MDI Window, but the size of the Dialogbox
isn't that, I defined with the resource editor. How can I set the initial
size of it.
ric
May 27th, 1999, 07:33 AM
Try MoveWindow(x1,y1,x2,y2) in your InitialUpdate() or InitDialog()
Peter Uebers
May 27th, 1999, 12:20 PM
Hi..thank you for your help. My problem is, how can I get the initial size
of the dialog box (as defined with resource editor). I want to see the box
in it's original size. Now I see only a part of the dialog-box (with scroll-bars).
Have I new calculate the size of the box?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.