OK, when you are creating a new form in VB6, each control that you place on the form has a default font setting of "MS Sans Serif". Suppose that I want "Arial" to be the default. Right now, I place the control on the form, then change to "Arial" in the control's font property. I'm trying to find a way to keep from doing this all the time.
There must be a setting somewhere in VB that controls this, or maybe this is a suggestion for the next version of VB?
Thanks!