Hi,<br>
<br>
I was wondering how you change you font for a whole project. As it stands for every form I use I have to change it to the font I require.<br>
<br>
Help?
The only thing I can think of is to create a template form with your desired font (VB5). To create a template:<br>
<br>
Create a new form and change its properties to your preference. From the file menu choose Save Form As..., choose VB/template/forms directory and give the form a meaningful name.<br>
<br>
Then, whenever you create a new form choose the template you just created rather than the default "Form"<br>
Pseudoically speaking<br>
for each form in forms<br>
for each control in controls<br>
set font to whatever.<br>
put it in your main form load event.<br>
collections can be handy.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.