Jedhi Posted April 20, 2004 Posted April 20, 2004 Is it possible to change the font size of the Winform ? Only on the Winform itself, not all the controls that are on the winform. Quote
AlexCode Posted April 21, 2004 Posted April 21, 2004 You may set the font for each control on the form seperatly and the form itself... If you edit the forms generated code, the objects on the form don't have the Font property set, this way they grab its container font. If the font is spcifyed there's no problem... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Jedhi Posted April 21, 2004 Author Posted April 21, 2004 You may set the font for each control on the form seperatly and the form itself... Alex :p I tried to set the font, but it did only effect the controls on the form and not the form itself. I you only want to set the font size of the form how do you do it ?. You know the header text that normally has the name of the application. Quote
AlexCode Posted April 21, 2004 Posted April 21, 2004 Ho... that text... I believe that the one thing that rules that text appearance is the windows theme... I don't think you can change that except changing the windows theme... By the way... why do you want to mess with that anyway?? Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.