7.55B1: Use EnableThemeDialogTexture for Tab ctrl in FTP s.

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
CoolWater
Power Member
Power Member
Posts: 744
Joined: 2003-03-27, 16:33 UTC

7.55B1: Use EnableThemeDialogTexture for Tab ctrl in FTP s.

Post 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
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post 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.
Author of Total Commander
https://www.ghisler.com
CoolWater
Power Member
Power Member
Posts: 744
Joined: 2003-03-27, 16:33 UTC

Post 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
Post Reply