Could someone tell me how to change the fontsize in Visual Basic 6.0. I would like to increase font size in the project explorer and other VB dialog boxes.
This conversation is currently closed to new comments.
Unfortunately the IDE doesn?t support changing the font size, you?ll need to use code. So, if there is a label called lblOne and you what a 12 point font the syntax is lblOne.FontSize = "12". From just playing around it appears that this needs to be done for each individual object.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Visual Basic 6.0