Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchange font colour Pin
sonualex26-Nov-09 21:56
sonualex26-Nov-09 21:56 
AnswerRe: change font colour Pin
Richard MacCutchan26-Nov-09 23:51
mveRichard MacCutchan26-Nov-09 23:51 
GeneralRe: change font colour Pin
sonualex2-Dec-09 18:28
sonualex2-Dec-09 18:28 
GeneralRe: change font colour Pin
Richard MacCutchan2-Dec-09 23:46
mveRichard MacCutchan2-Dec-09 23:46 
QuestionHow can I get the XP appearance combobox with VC6.0? Pin
wanglinhai88826-Nov-09 15:55
wanglinhai88826-Nov-09 15:55 
AnswerRe: How can I get the XP appearance combobox with VC6.0? Pin
JohnCz26-Nov-09 17:45
JohnCz26-Nov-09 17:45 
GeneralRe: How can I get the XP appearance combobox with VC6.0? Pin
wanglinhai8886-Dec-09 19:18
wanglinhai8886-Dec-09 19:18 
AnswerRe: How can I get the XP appearance combobox with VC6.0? Pin
krmed27-Nov-09 3:59
krmed27-Nov-09 3:59 
As JohnCz said, use a manifest file. The manifest needs to specify using the Common Control 6.0. Here's a sample (change the app name as you see fit):

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
   <assemblyIdentity version="1.0.0.1" processorArchitecture="X86" name="KRM.Undecorate" type="win32" />
   <description>Undecorate a C++ name.</description>
   <dependency>
      <dependentAssembly>
         <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
      </dependentAssembly>
   </dependency>
</assembly>

Hope that helps.

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

GeneralRe: How can I get the XP appearance combobox with VC6.0? Pin
wanglinhai8886-Dec-09 19:20
wanglinhai8886-Dec-09 19:20 
AnswerRe: How can I get the XP appearance combobox with VC6.0? Pin
JohnCz7-Dec-09 16:00
JohnCz7-Dec-09 16:00 
QuestionMapped Drives Pin
Bram van Kampen26-Nov-09 15:02
Bram van Kampen26-Nov-09 15:02 
AnswerRe: Mapped Drives Pin
Garth J Lancaster26-Nov-09 16:51
professionalGarth J Lancaster26-Nov-09 16:51 
AnswerSee this .. Pin
Garth J Lancaster26-Nov-09 16:57
professionalGarth J Lancaster26-Nov-09 16:57 
GeneralRe: See this .. Pin
T210226-Nov-09 19:33
T210226-Nov-09 19:33 
GeneralRe: See this .. Pin
Garth J Lancaster26-Nov-09 19:47
professionalGarth J Lancaster26-Nov-09 19:47 
GeneralRe: See this .. Pin
Bram van Kampen28-Nov-09 13:03
Bram van Kampen28-Nov-09 13:03 
GeneralRe: See this .. Pin
Bram van Kampen28-Nov-09 13:06
Bram van Kampen28-Nov-09 13:06 
GeneralRe: See this .. Pin
Garth J Lancaster28-Nov-09 13:22
professionalGarth J Lancaster28-Nov-09 13:22 
GeneralRe: See this .. Pin
Bram van Kampen29-Nov-09 14:15
Bram van Kampen29-Nov-09 14:15 
AnswerRe: Mapped Drives Pin
Randor 27-Nov-09 15:23
professional Randor 27-Nov-09 15:23 
GeneralRe: Mapped Drives Pin
Bram van Kampen28-Nov-09 12:54
Bram van Kampen28-Nov-09 12:54 
GeneralRe: Mapped Drives Pin
Garth J Lancaster28-Nov-09 13:23
professionalGarth J Lancaster28-Nov-09 13:23 
GeneralRe: Mapped Drives Pin
Bram van Kampen28-Nov-09 14:27
Bram van Kampen28-Nov-09 14:27 
GeneralRe: Mapped Drives Pin
Garth J Lancaster28-Nov-09 14:35
professionalGarth J Lancaster28-Nov-09 14:35 
QuestionOverlap Message on WM_TIMER Pin
Max++26-Nov-09 15:01
Max++26-Nov-09 15:01 

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.