Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Changing default font for VB objects


Message #1 by "Corey Smith" <corey.smith@t...> on Thu, 20 Jul 2000 12:23:30 -0500
On 07/20/00, "Corey Smith" wrote:
> Hi,
> Does anyone know of a way to change the default environment font in VB?
> I am in the course of starting a project with up to 100 separate forms and
> not having to change the font on every object would be a great time saver.
> Any help would be greatly appreciated.
> Thanks
> Corey

Corey

Set the font for each form before placing any controls.  The controls will 
attempt to match the form's font.

Les

  Return to Index