S sullyman Active member Joined Nov 11, 2009 Messages 37 Programming Experience Beginner Nov 22, 2009 #1 What is the best way to copy a form? I have one form which has a lot of work and would now like to use this as a template for another form
What is the best way to copy a form? I have one form which has a lot of work and would now like to use this as a template for another form
S sullyman Active member Joined Nov 11, 2009 Messages 37 Programming Experience Beginner Nov 22, 2009 #2 From reading it looks like i need to inherit from a base form. Can you anyone explain this to me please in simple terms. Upvote 0 Downvote
From reading it looks like i need to inherit from a base form. Can you anyone explain this to me please in simple terms.
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,190 Location Sydney, Australia Programming Experience 10+ Nov 22, 2009 #3 Are you using VS or VB Express? Upvote 0 Downvote
S sullyman Active member Joined Nov 11, 2009 Messages 37 Programming Experience Beginner Nov 22, 2009 #4 Hi J, i am using VS2008 Upvote 0 Downvote
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,190 Location Sydney, Australia Programming Experience 10+ Nov 22, 2009 #5 In that case you simply select Inherited Windows Form from the Add New Item dialogue instead of the usual Windows Form. Upvote 0 Downvote
In that case you simply select Inherited Windows Form from the Add New Item dialogue instead of the usual Windows Form.