TFolder question
-
- Posts: 17
- Joined: Thu Feb 28, 2008 6:56 pm
TFolder question
Is it possible to control the color of the folder tab prompt in order to make the active folder tab more visible.
Re: TFolder question
You may use TFolderEx
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
-
- Posts: 17
- Joined: Thu Feb 28, 2008 6:56 pm
Re: TFolder question
Is there a simpler option? We already have the Tfolder class in use and would be a major effort to rewrite.
- Antonio Linares
- Site Admin
- Posts: 42425
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: TFolder question
Perry,
Unfortunately the Windows standard Tab control does not allow to change the folder tab prompt color.
To use TFolderEx instead a TFolder, you only need to replace FOLDER with FOLDEREX in your PRGs and
replace "SysTabControl32" with "TFolderex" in your RC files. That simple.
Unfortunately the Windows standard Tab control does not allow to change the folder tab prompt color.
To use TFolderEx instead a TFolder, you only need to replace FOLDER with FOLDEREX in your PRGs and
replace "SysTabControl32" with "TFolderex" in your RC files. That simple.
-
- Posts: 17
- Joined: Thu Feb 28, 2008 6:56 pm
Re: TFolder question
Antonio,
We create the folder from source code not in Resource file. I am now using the TfolderEX class with no apparent changes. I am trying to use the painttabs per the samples without success. Our issue is the active folder tab is not different appearance than all other tabs - you can not tell the active folder. Any ideas?
We create the folder from source code not in Resource file. I am now using the TfolderEX class with no apparent changes. I am trying to use the painttabs per the samples without success. Our issue is the active folder tab is not different appearance than all other tabs - you can not tell the active folder. Any ideas?
- Antonio Linares
- Site Admin
- Posts: 42425
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 15 times
- Been thanked: 49 times
- Contact:
Re: TFolder question
Perry,
The active folder tab shows an horizontal line at the top with a certain color:
The active folder tab shows an horizontal line at the top with a certain color: