|
-
Dec 8th, 2009, 12:01 AM
#1
Thread Starter
New Member
copying form
I have a form in VB2008 with 3 panels, each containing panels. How can I copy the formatting to create similar forms to it?
Last edited by si_the_geek; Dec 23rd, 2009 at 03:19 PM.
Reason: removed advertising link
-
Dec 8th, 2009, 12:53 AM
#2
Re: copying form
You can either select all the control using Ctl+A and Paste in another form or Copy the initialize component and paste it another form
Please mark you thread resolved using the Thread Tools as shown
-
Dec 8th, 2009, 08:56 AM
#3
Thread Starter
New Member
Re: copying form
Thanks. Where do I find the initialize component? Please spell out. Thank you.
Last edited by si_the_geek; Dec 23rd, 2009 at 03:20 PM.
Reason: removed advertising link
-
Dec 16th, 2009, 08:14 AM
#4
Re: copying form
Open the
Code:
FormName.Designer.vb
and there you will see
Code:
Private Sub InitializeComponent()
Copy paste in the same location in the destination form
Please mark you thread resolved using the Thread Tools as shown
-
Dec 16th, 2009, 08:51 AM
#5
Re: copying form
This might not be the path you want but if you are reusing stuff consider creating a template of the form. The wizard for this in the IDE is under file menu, export template, follow the steps.
Tags for this Thread
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
|