Resolved Don't move form out of it's parentsize?

dannx1986

New member
Joined
Jun 23, 2009
Messages
2
Programming Experience
1-3
Hello people,

My first question here! :eek:

I have made a from with a panel docking inside. And a second form with properties set to form_load:

Me.TopLevel = False
Me.Parent = Form1.Panel1

Now it loads nicley inside the panel of the first from....
However, I can move the second form outside the maximum size of the panel inside form1. Is there a way stopping this?

Here's an image of it:

moving.jpg


So I don't want the second form to go out of the inner panel of form1.
But I can move around in the area visible! :)

Greetings Danny
 
Last edited:
Back
Top