Look of Text Boxes (Edit Controls)

Started by Andy Flowers, February 01, 2007, 01:15:19 AM

Previous topic - Next topic

Andy Flowers

Why does a Text box created in FF with the EX_Style = WS_EX_CLIENTEDGE  not look like (as nice) a text box created in other forms program using the same styles and Ex_Styles?

TechSupport

Maybe because the new WinXP styling gives it a kind of line border rather than the old style 3D Look ????

If you want/need the old 3D look then turn off WinXP Themes in FireFly (use the menu "Options", "Environment Options", "Code Generation", "Enable WinXP Theme Support".

TechSupport

... and I guess that "nice" is in the eye of the beholder. Personally, I have grown to love the new WinXP looking controls more than the older 3D style controls. They look slicker and more modern.   :D

Andy Flowers

Thanks Paul, that did it. I kind-a like the old look.

Thanks