Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Mute my application only.... not others running (windowxs xp...) Pin
Ryan Binns1-May-06 14:05
Ryan Binns1-May-06 14:05 
GeneralRe: Mute my application only.... not others running (windowxs xp...) Pin
Maxwell Chen1-May-06 18:21
Maxwell Chen1-May-06 18:21 
GeneralRe: Mute my application only.... not others running (windowxs xp...) Pin
Ryan Binns1-May-06 21:06
Ryan Binns1-May-06 21:06 
AnswerRe: Mute my application only.... not others running (windowxs xp...) Pin
Andrew Bleakley1-May-06 14:46
Andrew Bleakley1-May-06 14:46 
QuestionCWnd.RegEnumValue(HKEY...) Pin
oldmirco1-May-06 12:00
oldmirco1-May-06 12:00 
AnswerRe: CWnd.RegEnumValue(HKEY...) Pin
Ryan Binns1-May-06 14:06
Ryan Binns1-May-06 14:06 
AnswerRe: CWnd.RegEnumValue(HKEY...) Pin
Hamid_RT1-May-06 18:21
Hamid_RT1-May-06 18:21 
GeneralRe: CWnd.RegEnumValue(HKEY...) Pin
oldmirco2-May-06 15:47
oldmirco2-May-06 15:47 
When I try:
RegOpenKeyEx(HKEY_CURRENT_USER,"AppEvents\\EventLabels", 0L,KEY_READ, &SoundsKey);
and use:
RegEnumKeyEx(SoundsKey,dwIndex,lpSubKey,&dwSubKeysz,
NULL, lpData, &dwDatasz, &ftLastWriteTime);
to return the next level in the chain, and use:
RegOpenKeyEx(HKEY_CURRENT_USER,
("AppEvents\\EventLabels\\"+lpData),
0L,KEY_READ, &SoundsKey);
(the strings concatenated in code)
I get an error code.

The Means Justifies the Ends
GeneralRe: CWnd.RegEnumValue(HKEY...) Pin
Hamid_RT2-May-06 19:16
Hamid_RT2-May-06 19:16 
GeneralRe: CWnd.RegEnumValue(HKEY...) Pin
oldmirco3-May-06 6:36
oldmirco3-May-06 6:36 
AnswerRe: CWnd.RegEnumValue(HKEY...) Pin
Hamid_RT3-May-06 21:08
Hamid_RT3-May-06 21:08 
AnswerRe: CWnd.RegEnumValue(HKEY...) Pin
David Crow2-May-06 3:16
David Crow2-May-06 3:16 
QuestionHow to prevent power off from the power button Pin
nadzzz1-May-06 11:12
nadzzz1-May-06 11:12 
AnswerRe: How to prevent power off from the power button Pin
Michael Dunn1-May-06 13:27
sitebuilderMichael Dunn1-May-06 13:27 
AnswerRe: How to prevent power off from the power button Pin
Hamid_RT1-May-06 18:16
Hamid_RT1-May-06 18:16 
QuestionFile operations in OO c++ Pin
peruv1-May-06 11:10
peruv1-May-06 11:10 
AnswerRe: File operations in OO c++ Pin
Joe Woodbury1-May-06 18:11
professionalJoe Woodbury1-May-06 18:11 
GeneralRe: File operations in OO c++ Pin
Maxwell Chen1-May-06 18:23
Maxwell Chen1-May-06 18:23 
AnswerRe: File operations in OO c++ Pin
oldmirco2-May-06 17:57
oldmirco2-May-06 17:57 
Questionpb with project wizard for DLL (VS6 / VS .NET 2003) Pin
Tnarol1-May-06 10:58
Tnarol1-May-06 10:58 
QuestionDDX_FieldText and CTime Pin
SwordeR1-May-06 10:53
SwordeR1-May-06 10:53 
AnswerRe: DDX_FieldText and CTime Pin
David Crow2-May-06 3:19
David Crow2-May-06 3:19 
GeneralRe: DDX_FieldText and CTime Pin
SwordeR2-May-06 10:06
SwordeR2-May-06 10:06 
QuestionDouble Manipulation Pin
Jader891-May-06 10:50
Jader891-May-06 10:50 
GeneralRe: Double Manipulation Pin
Jader891-May-06 11:13
Jader891-May-06 11:13 

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.