Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPrinting zero in file Pin
rp_suman9-Jul-07 20:01
rp_suman9-Jul-07 20:01 
AnswerRe: Printing zero in file Pin
Peter Weyzen9-Jul-07 20:08
Peter Weyzen9-Jul-07 20:08 
QuestionRe: Printing zero in file Pin
CPallini9-Jul-07 21:00
mveCPallini9-Jul-07 21:00 
AnswerRe: Printing zero in file Pin
rp_suman9-Jul-07 22:16
rp_suman9-Jul-07 22:16 
GeneralRe: Printing zero in file Pin
CPallini9-Jul-07 22:48
mveCPallini9-Jul-07 22:48 
AnswerRe: Printing zero in file Pin
rp_suman9-Jul-07 22:42
rp_suman9-Jul-07 22:42 
QuestionIPicture show in MFC ActiveX control Pin
eraccn9-Jul-07 19:08
eraccn9-Jul-07 19:08 
Questionwrite a program to system tray(urgent) Pin
prasadbuddhika9-Jul-07 18:16
prasadbuddhika9-Jul-07 18:16 
AnswerRe: write a program to system tray(urgent) Pin
Naveen9-Jul-07 18:38
Naveen9-Jul-07 18:38 
AnswerRe: write a program to system tray(urgent) Pin
Hamid_RT9-Jul-07 19:29
Hamid_RT9-Jul-07 19:29 
AnswerRe: write a program to system tray(urgent) Pin
Rajesh R Subramanian9-Jul-07 22:35
professionalRajesh R Subramanian9-Jul-07 22:35 
GeneralRe: write a program to system tray(urgent) Pin
Mark Salsbery10-Jul-07 6:33
Mark Salsbery10-Jul-07 6:33 
Questionprogress bar Pin
Chandrasekharan P9-Jul-07 17:23
Chandrasekharan P9-Jul-07 17:23 
AnswerRe: progress bar Pin
Mark Salsbery9-Jul-07 17:47
Mark Salsbery9-Jul-07 17:47 
AnswerRe: progress bar Pin
Hamid_RT9-Jul-07 19:35
Hamid_RT9-Jul-07 19:35 
AnswerRe: progress bar Pin
David Crow10-Jul-07 3:29
David Crow10-Jul-07 3:29 
QuestionDisable sound on a per application basis Pin
Member 236229-Jul-07 16:53
Member 236229-Jul-07 16:53 
AnswerRe: Disable sound on a per application basis Pin
Hamid_RT9-Jul-07 19:29
Hamid_RT9-Jul-07 19:29 
GeneralRe: Disable sound on a per application basis Pin
Member 236229-Jul-07 19:34
Member 236229-Jul-07 19:34 
AnswerRe: Disable sound on a per application basis Pin
David Crow10-Jul-07 3:32
David Crow10-Jul-07 3:32 
Question""help me...""Keyboard send Message Pin
WonYG9-Jul-07 16:16
WonYG9-Jul-07 16:16 
AnswerThe rules Pin
leckey9-Jul-07 16:47
leckey9-Jul-07 16:47 
AnswerRe: ""help me...""Keyboard send Message Pin
Mark Salsbery9-Jul-07 17:03
Mark Salsbery9-Jul-07 17:03 
QuestionInstalling comctl32.dll version 6.0 on Windows 2000 Pin
astibich29-Jul-07 15:32
astibich29-Jul-07 15:32 
I have an MFC app, developed on windows XP, that makes use of the alpha blending features of comctl32.dll version 6.0. I now need to make that app back compatible to Windows 2000, which only supports version 5.8.

Is there some way to install comctl32.dll version 6.0 onto Windows 2000? My app specifies the comctrl version through a manifest (see below), but as far as I can see Windows 2000 doesn't have a GAC.

<dependency>
<dependentassembly>
<assemblyidentity
type="win32"
="" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorarchitecture="X86" publickeytoken="6595b64144ccf1df" language="*">



Aaron Stibich
AnswerRe: Installing comctl32.dll version 6.0 on Windows 2000 Pin
Mark Salsbery9-Jul-07 16:03
Mark Salsbery9-Jul-07 16:03 

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.