How to set a desired font globally on VB IDE. i.e., each and every time I should not change it.
Posted on January 4, 2009
1 2 3 4 5 6 7 | 'Miscellaneous - How to set a desired font globally on VB IDE. i.e., each and every time I should not change it. 'you could create a blank form with the font you want and then save it to "C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms" 'it will then be there to choose from in the Add | Form list and any controls 'you place on it will adopt that font. |