Click here to Skip to main content
15,917,481 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Too many initializers error in MSVC. Pin
Brisingr Aerowing22-Jan-16 5:02
professionalBrisingr Aerowing22-Jan-16 5:02 
GeneralRe: Too many initializers error in MSVC. Pin
Richard MacCutchan22-Jan-16 6:35
mveRichard MacCutchan22-Jan-16 6:35 
GeneralRe: Too many initializers error in MSVC. Pin
Brisingr Aerowing12-Feb-16 5:55
professionalBrisingr Aerowing12-Feb-16 5:55 
QuestionC++ Namespace scope bug / feature Pin
Anthony Mushrow20-Jan-16 3:00
professionalAnthony Mushrow20-Jan-16 3:00 
AnswerRe: C++ Namespace scope bug / feature Pin
Richard MacCutchan20-Jan-16 4:38
mveRichard MacCutchan20-Jan-16 4:38 
AnswerRe: C++ Namespace scope bug / feature Pin
Aescleal20-Jan-16 6:51
Aescleal20-Jan-16 6:51 
GeneralRe: C++ Namespace scope bug / feature Pin
Anthony Mushrow20-Jan-16 8:04
professionalAnthony Mushrow20-Jan-16 8:04 
QuestionNeed to communicate between two server processes Pin
Member 1227424519-Jan-16 8:57
Member 1227424519-Jan-16 8:57 
SuggestionRe: Need to communicate between two server processes Pin
David Crow19-Jan-16 9:41
David Crow19-Jan-16 9:41 
SuggestionRe: Need to communicate between two server processes Pin
Midi_Mick19-Jan-16 18:37
professionalMidi_Mick19-Jan-16 18:37 
QuestionC1001 internal Compiler error VS 2012 pro Pin
ForNow19-Jan-16 4:14
ForNow19-Jan-16 4:14 
AnswerRe: C1001 internal Compiler error VS 2012 pro Pin
Richard MacCutchan19-Jan-16 4:21
mveRichard MacCutchan19-Jan-16 4:21 
GeneralRe: C1001 internal Compiler error VS 2012 pro Pin
ForNow19-Jan-16 8:07
ForNow19-Jan-16 8:07 
AnswerRe: C1001 internal Compiler error VS 2012 pro Pin
Jochen Arndt19-Jan-16 4:30
professionalJochen Arndt19-Jan-16 4:30 
GeneralRe: C1001 internal Compiler error VS 2012 pro Pin
ForNow19-Jan-16 8:05
ForNow19-Jan-16 8:05 
QuestionC, Win32: l need help getting user input[Solved] Pin
Member 1213944217-Jan-16 11:41
Member 1213944217-Jan-16 11:41 
AnswerRe: C, Win32: l need help getting user input PinPopular
Richard MacCutchan17-Jan-16 21:31
mveRichard MacCutchan17-Jan-16 21:31 
PraiseRe: C, Win32: l need help getting user input Pin
Member 1213944218-Jan-16 11:10
Member 1213944218-Jan-16 11:10 
QuestionContext menu style of Shell in Windows 10 Pin
rikka0w016-Jan-16 19:21
rikka0w016-Jan-16 19:21 
The default context menu (in explorer and open file dialogs) looks like the image below:



The selected menu item has a dark gray background, and I don't like it. It can't be replaced by the theme.
I want to restore its style to Windows 8/8.1 style, like this(Windows 10 earlier insider builds):



I have programmed a COM dll and attach it to the explorer, it's able to retrieve the handle of the context menu, but I discovered that none of those menu items have the "MF_OWNERDRAWN" flag, they just have "MF_STRING" flag.
So things start to getting wired, perhaps they are not normal owner drawn menus?
My question is how does the explorer render its context menu? And are there anyway to customize its style? eg using hook?
QuestionC function to call 5 different functions Pin
Member 1213438816-Jan-16 5:55
Member 1213438816-Jan-16 5:55 
AnswerRe: C function to call 5 different functions Pin
Richard Andrew x6416-Jan-16 6:48
professionalRichard Andrew x6416-Jan-16 6:48 
GeneralRe: C function to call 5 different functions Pin
Member 1213438816-Jan-16 9:18
Member 1213438816-Jan-16 9:18 
QuestionCheck and uninstall a driver programatically using C++ Pin
Prasanth.outofboxt14-Jan-16 22:09
Prasanth.outofboxt14-Jan-16 22:09 
AnswerRe: Check and uninstall a driver programatically using C++ Pin
Jochen Arndt14-Jan-16 22:30
professionalJochen Arndt14-Jan-16 22:30 
QuestionWin32: l need help on filling a combo box [Solved] Pin
Member 1213944214-Jan-16 10:53
Member 1213944214-Jan-16 10:53 

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.