|
-
Dec 10th, 2007, 08:41 AM
#1
Thread Starter
Frenzied Member
Fit Form to Picture box
I have problem here. How I can fit the form in form 10 content into picturebox in form40?
Form40.Height = Form10.Height
Form40.Width = Form10.Width
Form40.Picture1.Height = Form10.Height
Form40.Picture1.Width = Form10.Height
Form40.Show
-
Dec 10th, 2007, 08:56 AM
#2
Lively Member
Re: Fit Form to Picture box
What are you trying to accomplish? Do you want to place a form inside of another form?
-
Dec 10th, 2007, 09:00 AM
#3
Thread Starter
Frenzied Member
Re: Fit Form to Picture box
In form, have button,picturebox and so on. How I can place the form control to picturebox and fit the picturebox with form control
-
Dec 10th, 2007, 10:39 AM
#4
Lively Member
Re: Fit Form to Picture box
I am still not sure I understand you. Do you mean that you want the controls in the form to automatically resize when the form does?
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
|