|
-
Apr 3rd, 2003, 09:01 AM
#1
Thread Starter
Frenzied Member
form sizing
whats the property to change the size of a form during runtime?
-
Apr 3rd, 2003, 09:08 AM
#2
Fanatic Member
In the form you can do Me.Height() = xxxx and Me.Width() = xxxx
-
Apr 3rd, 2003, 09:10 AM
#3
Thread Starter
Frenzied Member
-
Apr 3rd, 2003, 10:34 AM
#4
Thread Starter
Frenzied Member
well, the problem I'm having is that I'm losing the bottom portion of my form. It's a child form in a MDI. When I go to size it using the mouse cursor, it sizes from the bottom up, so I still the bottom half...is there a way around this or a way to size the entire form to make it smaller..
-
Apr 3rd, 2003, 10:52 AM
#5
Thread Starter
Frenzied Member
is there a way to put a scroll bar in the parent container?
-
Apr 3rd, 2003, 10:55 AM
#6
Fanatic Member
Not sure if I understand you correctly, but:
If your child MDI form is resized, and controls go out of scope, then you can add a scroll bar, (I think there is an AutoScroll property). There might also be a OnResize event that is raised, so you might want to check into that as well.
Hope this helps!
-
Apr 3rd, 2003, 10:56 AM
#7
Fanatic Member
Also,
That is the point of MDI - that the child is contained within the parent. Moving the child form so that it is out of scope of the parent with just show the section of the child form that is still within the scope of the parent.
-
Apr 3rd, 2003, 11:33 AM
#8
Frenzied Member
Also pay attention to Dock and Anchor properties of the controls on the form.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
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
|