How can I create templates in vb.net
-
In vb6 we could create Templates so that we could double click on it and we would have our form with all our code already there. I dont know much about visual inheritance but in vb.net I have form that i use allover the place logo, a toolbar (add-edit-delete buttons) btnOk and Cancel and all the generic code behind it. My question Is it possible to create a template in vb.net so that we I create a new project a could choose that MyFormTemplate or if it's possible to do with visual inheritance.Would i inherit the code as well and then customize depending on the functionality? Thanks Thanks A lot vbnetuk@yahoo.co.uk
-
In vb6 we could create Templates so that we could double click on it and we would have our form with all our code already there. I dont know much about visual inheritance but in vb.net I have form that i use allover the place logo, a toolbar (add-edit-delete buttons) btnOk and Cancel and all the generic code behind it. My question Is it possible to create a template in vb.net so that we I create a new project a could choose that MyFormTemplate or if it's possible to do with visual inheritance.Would i inherit the code as well and then customize depending on the functionality? Thanks Thanks A lot vbnetuk@yahoo.co.uk
-
Thanks I will have a read Thanks A lot vbnetuk@yahoo.co.uk