Is there any way to change the default font for objects with text? I'm getting tired of this MS Sans Serif stuff because it blanks on a lot of the strange characters, and since I'm working with cryptology, I encounter those a lot.
Printable View
Is there any way to change the default font for objects with text? I'm getting tired of this MS Sans Serif stuff because it blanks on a lot of the strange characters, and since I'm working with cryptology, I encounter those a lot.
well a control's font defaults to that of the object it's placed on.
so create a blank form & change the font to your desired choice. Then save it in
C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms
and use that as your template form whenever you start a new project.
Thanks a lot. Perhaps not the easiest way to do it, but it solves the problem.