views:

160

answers:

1

Hi,

Is there any way to change default font of controls in winforms.

I must change font in about hundred font in recent project and it's coming next project with other fonts and I wanna at start setting properly fonts.

+1  A: 

You should be able to select all the controls that are part of the form with Ctrl + A. Then change the font property. Or you could write something that would do that for you in the code behind.

Icono123
I think that is the only way :/