Change default text font

stustarz

Junior Contributor
Joined
Jan 10, 2003
Messages
246
Location
Earth
Hello all!

At the moment, as you may all know, the default font for all text boxes, labels e.t.c is MS Sans Serif. I would like to change this to Tahoma so that all text boxes are automatically this font

is this possible? I've looked under tools--> options but I can only change the default code view text!

Stustarz
 
If you change the font of the Form to which you're adding
the controls, then the font of any new controls that you add will
be the same font as the Form. If you want to make this font the
default for all projects, you need to go to the templates directory
of VS and save a new project (with your changes) as a template.
 
Back
Top