Hello people,
My first question here!
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:
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
My first question here!
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:
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: