Ron Cichoski
rcic...@adventcon.com
I may be able to help with your form question, but can't do anything
about your large child. <sorry> :)
First I have to wonder what kind of application would force a person to
scroll around a screen thats too large to fit into a viewport, but with
all the possibilities out there I won't dwell on it. (Scrolling
viewports are a very bad design in my humble opinion.)
If you want the child form to be a fixed size, set the form border type
to "Fixed Single" or "Fixed Dialog". It will no longer be resized by
the MDIForm. MDIforms automatically negotiate the size and position of
all child forms that are sizeable. You can however modify the size with
code after its been loaded. If you want to maximize the child form
automatically when its loaded, set the Windowstate to Maximized in the
design environment, but you can forget about scroll-bars if you do
this. A maximized form will fit its parent exactly.
What you are asking for sounds like an odd combination and there must be
other ways to get the same functionality using a more "standardized"
approach.
Greg
John Conley
Samsona Software
http://www.samsona.com
Ron Cichoski <rcic...@adventcon.com> wrote in article
<01bc4ea5$fb92bf00$46cb...@adventco.flashnet>...