Winforms Application Template

canceriens

New member
Joined
Oct 1, 2012
Messages
2
Programming Experience
3-5
Hi C#ers,

I am trying to create a winforms application with a generic template i.e. all the forms will inherit a predefined template for new, save, edit, delete buttons and some generic images and rest of the stuff I will put manually of inheriting forms.
Any suggestions how to achieve this would be greatly helpful...
Many thanks,
Sheraz
 
Are you using VS or VB Express?
Oops! Meant C# Express.
I am using VS.
In that case you can add a new item to your project but, instead of choosing Windows Form, choose Inherited Form. That will allow you to select an existing form as a base for a new form instead of just the Form class.
 
Back
Top Bottom