Change custom FORM settings for all VB projects

WE all know that in any VB project windows gives us the form(s)..with some standard features...like
color -- grey
Font --Ms.Sansserif
font size --8
Font color --Balck etc..etc

I wnat to know is it possble for me to cange few of these standard settings so that every time i open any new project.... or add new form.. i want my personal setting to take effect

i donot wish to change these settings indivually at design-time for each form being added

thnks all



Answer this question

Change custom FORM settings for all VB projects

  • Jeffrey John Osborn

    Hi deepa,

    i think this one is helpful:

    first you add a new item (form), then you change some properties as desired (like font, color...) and then, in the main menu, you click  File-->Export Template.

    a wizard will start, asking for the type of template, you select: Item Template, Click Next, follow the steps till the end of the wizard,

    but be careful, in the last step of the wizard, you should "Check" this property:

    Automatically import the template to Visual Studio

    Now, when you attempt to insert a new item in your application, you will get the template you created under My Templates

    Enjoy using VB2005!!!

    Good luck

    mario aoun

     

     



  • Neo_4583

    WOW.....
    thnx Mario...
    i almost gave up hope

    thnx a lot

  • Change custom FORM settings for all VB projects