Is it possible to set the font style in an entire c# windows application -


is possible set font style in entire c# windows application css in web application?

in config,

windowsformsapplication1.properties.settings.default.userfont = new font("arial", 24, fontstyle.bold); 

you can add before initializecomponent() in form constructor(s):

this.font = systemfonts.messageboxfont; 

Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -