Page 1 of 1
7.55B1: Use EnableThemeDialogTexture for Tab ctrl in FTP s.
Posted: 2010-03-25, 17:59 UTC
by CoolWater
Imho, the background of the tab ctrl in the ftp settings dialog should also use the native look & feel under Windows XP or higher. Therefore, use EnableThemeDialogTexture with ETDT_ENABLETAB.
Regards,
CoolWater
Posted: 2010-03-25, 19:55 UTC
by ghisler(Author)
The problem is the color of the texts (e.g. checkboxes, static text etc) on these tabs. They would have to be in a different color too. Currently I don't see how this could be done with Delphi.
Posted: 2010-03-25, 20:13 UTC
by CoolWater
ghisler(Author) wrote:The problem is the color of the texts (e.g. checkboxes, static text etc) on these tabs. They would have to be in a different color too. Currently I don't see how this could be done with Delphi.
Please see the remarks section of the following url:
http://msdn.microsoft.com/en-us/library/bb773320%28VS.85%29.aspx
If I understand it right, this function will automatically replace the background of the child controls. Otherwise, this function would be sensless, right? So give it a try

I successfully used this function in VC6.
Regards,
CoolWater