I
Ivan Weiss
Hey all, I am re-using some common code and properties for all of my
forms and wanted to know if I can make a Form template and have all of
my other forms derived off of that template?
I attempted to make a form and change the Inherits line to read:
Inherits myTemplateForm
However, then the form designer does not work because I removed
System.Windows.Forms.Form.
I cannot add this because you can only have one inherits line.
Anyone know how to do this since I really doubt that everytime you
create a form in a major app you have to reset basic properties.
-Ivan
forms and wanted to know if I can make a Form template and have all of
my other forms derived off of that template?
I attempted to make a form and change the Inherits line to read:
Inherits myTemplateForm
However, then the form designer does not work because I removed
System.Windows.Forms.Form.
I cannot add this because you can only have one inherits line.
Anyone know how to do this since I really doubt that everytime you
create a form in a major app you have to reset basic properties.
-Ivan