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
7.55B1: Use EnableThemeDialogTexture for Tab ctrl in FTP s.
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Please see the remarks section of the following url: http://msdn.microsoft.com/en-us/library/bb773320%28VS.85%29.aspxghisler(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.
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

Regards,
CoolWater