Changing Static Text Font
-
I am a little embarrased having to ask about this, but I have a need to change the font size/style of a static text field and I can't remember how to do it. My old code library is at my last job and I don't have access to it anymore. Is there anyone out there with a lead on where I might go to quickly solve this problem? Thanks for any help you can give! Dan Broomall GIS Programmer/Analyst Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein
-
I am a little embarrased having to ask about this, but I have a need to change the font size/style of a static text field and I can't remember how to do it. My old code library is at my last job and I don't have access to it anymore. Is there anyone out there with a lead on where I might go to quickly solve this problem? Thanks for any help you can give! Dan Broomall GIS Programmer/Analyst Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein
I'd recommend Norm's CLabel control. http://www.codeproject.com/staticctrl/clabel.asp Top control. Michael :-) Logic, my dear Zoe, merely enables one to be wrong with authority. - The Doctor
-
I am a little embarrased having to ask about this, but I have a need to change the font size/style of a static text field and I can't remember how to do it. My old code library is at my last job and I don't have access to it anymore. Is there anyone out there with a lead on where I might go to quickly solve this problem? Thanks for any help you can give! Dan Broomall GIS Programmer/Analyst Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein
You can change the font for the whole dialog by bringing up the properties for the window in the dialog editor. This font will be used by everything else on the dialog too, though -- Help me! I'm turning into a grapefruit!