Click here to Skip to main content
15,911,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can set bmp,ico,jpg in Picture control? Pin
Iain Clarke, Warrior Programmer14-May-08 1:42
Iain Clarke, Warrior Programmer14-May-08 1:42 
GeneralRe: How can set bmp,ico,jpg in Picture control? Pin
Le@rner14-May-08 2:12
Le@rner14-May-08 2:12 
AnswerRe: How can set bmp,ico,jpg in Picture control? Pin
Hamid_RT14-May-08 6:48
Hamid_RT14-May-08 6:48 
QuestionAbout Rich Edit Control : CRichEditCtrl Pin
vijay.victory13-May-08 23:19
vijay.victory13-May-08 23:19 
AnswerRe: About Rich Edit Control : CRichEditCtrl Pin
ShilpiP14-May-08 0:29
ShilpiP14-May-08 0:29 
QuestionXP Style Tab Control? Pin
ritz123413-May-08 22:48
ritz123413-May-08 22:48 
AnswerRe: XP Style Tab Control? Pin
Naveen13-May-08 22:59
Naveen13-May-08 22:59 
GeneralRe: XP Style Tab Control? Pin
ritz123413-May-08 23:24
ritz123413-May-08 23:24 
Thanks for the help Naveen,

I've added the manifest file as shown below

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity
processorArchitecture="x86"
version="1.0.0.0"
type="win32"
name="qpOffice"/>
<description>nnnn</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.2600.2180"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="x86"/>
</dependentAssembly>
</dependency>
</assembly>

Still the problem is the dialogbox which contains the tab control has

effect of visual style.But the Tab Control reamins the BTN_FACE color.

Means the color of the tab control doesn't get changed it remains as it

was.I've also used the EnableThemeDialogTexture function of uxtheme.dll.

tell me what is the problem?

ritz1234

GeneralRe: XP Style Tab Control? Pin
Naveen14-May-08 0:15
Naveen14-May-08 0:15 
GeneralRe: XP Style Tab Control? Pin
ritz123414-May-08 0:35
ritz123414-May-08 0:35 
GeneralRe: XP Style Tab Control? Pin
Naveen14-May-08 0:45
Naveen14-May-08 0:45 
GeneralRe: XP Style Tab Control? Pin
ritz123414-May-08 1:09
ritz123414-May-08 1:09 
QuestionHow to get gdi objects associated with a CDC object? Pin
Super Hornet13-May-08 21:50
Super Hornet13-May-08 21:50 
AnswerRe: How to get gdi objects associated with a CDC object? Pin
CPallini13-May-08 22:10
mveCPallini13-May-08 22:10 
AnswerRe: How to get gdi objects associated with a CDC object? Pin
Mark Salsbery14-May-08 7:25
Mark Salsbery14-May-08 7:25 
QuestionSlow DTS package Pin
Member 290588913-May-08 21:05
Member 290588913-May-08 21:05 
QuestionUsing MFC class in a native application [modified] Pin
sabeeshcs13-May-08 20:22
sabeeshcs13-May-08 20:22 
AnswerRe: Using MFC class in a native application Pin
Nelek13-May-08 21:32
protectorNelek13-May-08 21:32 
AnswerRe: Using MFC class in a native application Pin
Iain Clarke, Warrior Programmer13-May-08 22:00
Iain Clarke, Warrior Programmer13-May-08 22:00 
RantRe: Using MFC class in a native application Pin
toxcct13-May-08 23:24
toxcct13-May-08 23:24 
GeneralRe: Using MFC class in a native application Pin
CPallini13-May-08 23:42
mveCPallini13-May-08 23:42 
GeneralRe: Using MFC class in a native application Pin
toxcct13-May-08 23:43
toxcct13-May-08 23:43 
JokeRe: Using MFC class in a native application Pin
Rajesh R Subramanian14-May-08 1:05
professionalRajesh R Subramanian14-May-08 1:05 
QuestionRe: Using MFC class in a native application Pin
David Crow14-May-08 3:16
David Crow14-May-08 3:16 
QuestionDrawing child controls in MetaFile Pin
sv1413-May-08 20:21
sv1413-May-08 20:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.