Click here to Skip to main content
15,886,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is winRT Pin
vishalgpt2-Sep-12 2:38
vishalgpt2-Sep-12 2:38 
AnswerRe: What is winRT Pin
Richard MacCutchan2-Sep-12 4:15
mveRichard MacCutchan2-Sep-12 4:15 
QuestionHow to play a video using data in buffer or Stream? Pin
Le@rner31-Aug-12 20:58
Le@rner31-Aug-12 20:58 
AnswerRe: How to play a video using data in buffer or Stream? Pin
Richard MacCutchan1-Sep-12 2:32
mveRichard MacCutchan1-Sep-12 2:32 
QuestionHelp GWLP_USERDATA Pin
vishalgpt31-Aug-12 7:44
vishalgpt31-Aug-12 7:44 
AnswerRe: Help GWLP_USERDATA Pin
pasztorpisti31-Aug-12 9:39
pasztorpisti31-Aug-12 9:39 
AnswerRe: Help GWLP_USERDATA Pin
Richard MacCutchan31-Aug-12 20:55
mveRichard MacCutchan31-Aug-12 20:55 
QuestionCommon controls and manifests Pin
David Crow31-Aug-12 5:46
David Crow31-Aug-12 5:46 
Using VS2008, I created a dialog based app using the default project settings. The only control on the dialog was a Calendar Control (SysMonthCal32). When ran, the calendar was blah in terms of color (mostly white) and depth (flat). I called CMonthCalCtrl::SetColor() with all five regions set to red. No change. Thinking it had something to do with the common control manifest, I created an identical project, with the only difference being I unchecked the Common Control Manifest checkbox when creating the project. When ran, the calendar had color and definition. Comparing the compiler and linker settings of two projects turned up no differences. The one difference I did find was in the manifest file: the first project had an extra <dependency> section with reference to the common control library, whereas the second project did not. The linker settings of the second project had Generate Manifest set to Yes even though I unchecked that setting during creation. In the first project, if I set Generate Manifest to No, the manifest file is not updated, and I get a runtime error about mfc90ud.dll. I'm not overly familar with manifests and the common control library (obviously), so this has been a tad confusing to me. Any clues as to what might be going on here?

Thanks.

- DC

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous



modified 1-Sep-12 12:43pm.

AnswerRe: Common controls and manifests Pin
Jochen Arndt31-Aug-12 6:22
professionalJochen Arndt31-Aug-12 6:22 
GeneralRe: Common controls and manifests Pin
David Crow31-Aug-12 6:54
David Crow31-Aug-12 6:54 
GeneralRe: Common controls and manifests Pin
Jochen Arndt1-Sep-12 1:22
professionalJochen Arndt1-Sep-12 1:22 
GeneralRe: Common controls and manifests Pin
David Crow1-Sep-12 6:43
David Crow1-Sep-12 6:43 
GeneralRe: Common controls and manifests Pin
Jochen Arndt1-Sep-12 21:18
professionalJochen Arndt1-Sep-12 21:18 
QuestionMove the slider to the position where user clicked the mouse. Pin
mbatra3130-Aug-12 22:53
mbatra3130-Aug-12 22:53 
QuestionVC2008 Windows Service Mouse Hook Pin
tianguangjiangary30-Aug-12 21:57
tianguangjiangary30-Aug-12 21:57 
QuestionHigher floating point precison in C++ Pin
afalco30-Aug-12 3:54
afalco30-Aug-12 3:54 
AnswerRe: Higher floating point precison in C++ Pin
David Crow30-Aug-12 4:22
David Crow30-Aug-12 4:22 
GeneralRe: Higher floating point precison in C++ Pin
afalco30-Aug-12 20:59
afalco30-Aug-12 20:59 
GeneralRe: Higher floating point precison in C++ Pin
CPallini31-Aug-12 5:53
mveCPallini31-Aug-12 5:53 
GeneralRe: Higher floating point precison in C++ Pin
afalco2-Sep-12 21:32
afalco2-Sep-12 21:32 
QuestionHelp to find an excesive memory allocation in my application Pin
mklon2230-Aug-12 0:11
mklon2230-Aug-12 0:11 
AnswerRe: Help to find an excesive memory allocation in my application Pin
Alan Balkany30-Aug-12 7:47
Alan Balkany30-Aug-12 7:47 
AnswerRe: Help to find an excesive memory allocation in my application Pin
Rolf Kristensen30-Aug-12 7:55
Rolf Kristensen30-Aug-12 7:55 
AnswerRe: Help to find an excesive memory allocation in my application Pin
jschell30-Aug-12 8:35
jschell30-Aug-12 8:35 
QuestionMFC how to popup menu when i right click leaf node which is under the root node Pin
Member 934498629-Aug-12 23:24
Member 934498629-Aug-12 23:24 

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.