-
I created a form with all of my personal preference on the form.
How can make it so that every time I start a new VB project, it will load this form instead of VB default crappy form.
I put it in the Template folder already but still got VB default form.
Thanks
-
If you add a form to the Template/Forms directory you are able to choose this form with Project --> Add Form
If you want to use your project as a template, then you have to add it to Template/Projects.
This does not replace the Standard project, but at least you can choose your project as a template.
-
Is there anyother trick to make my customize form as the standard form.
What you mentioned is basically what I posted before.
Thanks anyway.