Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow resource editor works in Vc++ Pin
AghaJaffer17-Oct-06 1:56
AghaJaffer17-Oct-06 1:56 
QuestionCArchive Pin
Mohammad Khodaii17-Oct-06 1:46
Mohammad Khodaii17-Oct-06 1:46 
AnswerRe: CArchive Pin
David Crow17-Oct-06 2:54
David Crow17-Oct-06 2:54 
Questioncreating a new window Pin
prithaa17-Oct-06 1:25
prithaa17-Oct-06 1:25 
QuestionToolTip Pin
zon_cpp17-Oct-06 1:06
zon_cpp17-Oct-06 1:06 
AnswerRe: ToolTip Pin
Hamid_RT17-Oct-06 1:08
Hamid_RT17-Oct-06 1:08 
AnswerRe: ToolTip Pin
toxcct17-Oct-06 1:34
toxcct17-Oct-06 1:34 
QuestionOne Question ?.. Pin
Sakthiu17-Oct-06 0:56
Sakthiu17-Oct-06 0:56 
Dear All,

I am playing with Registry Entries. here the code .,

while(RegEnumValue(hRoot1,Cnt,ValName,&nCnt,NULL,NULL,Buffer,&BufferSize)==ERROR_SUCCESS){
if(MemberVariable==ValName){
AfxMessageBox(_T("Matching Success"));
RegSetValueEx(hRoot1,ValName,0,REG_SZ,(BYTE*)&MemberValue,sizeof(MemberValue));
}
}

Here the "RegEnum" function is successed only for two times. But in my registry (hRoot1) Key is having more than seven value names. Here i am doing while loop iteration for all value names. But its doing with first two value names.

Can one help me on this ?
QuestionRe: One Question ?.. Pin
David Crow17-Oct-06 3:04
David Crow17-Oct-06 3:04 
AnswerRe: One Question ?.. Pin
Sakthiu17-Oct-06 3:50
Sakthiu17-Oct-06 3:50 
QuestionRe: One Question ?.. Pin
David Crow17-Oct-06 4:04
David Crow17-Oct-06 4:04 
QuestionWhy I can't beging thread from myclass constructor? Pin
NoName II17-Oct-06 0:45
NoName II17-Oct-06 0:45 
AnswerRe: Why I can't beging thread from myclass constructor? Pin
Cedric Moonen17-Oct-06 1:05
Cedric Moonen17-Oct-06 1:05 
GeneralRe: Why I can't beging thread from myclass constructor? Pin
NoName II17-Oct-06 2:16
NoName II17-Oct-06 2:16 
AnswerRe: Why I can't beging thread from myclass constructor? Pin
Hamid_RT17-Oct-06 1:07
Hamid_RT17-Oct-06 1:07 
QuestionBlob in ADO Pin
RockyJames17-Oct-06 0:33
RockyJames17-Oct-06 0:33 
AnswerRe: Blob in ADO Pin
David Crow17-Oct-06 3:06
David Crow17-Oct-06 3:06 
QuestionPoint of Intersection Pin
RamL17-Oct-06 0:32
RamL17-Oct-06 0:32 
AnswerRe: Point of Intersection Pin
CaesarCZ17-Oct-06 1:15
CaesarCZ17-Oct-06 1:15 
QuestionWhat is a Map file? Why we have to use a Map File? Pin
CodeVarma17-Oct-06 0:32
CodeVarma17-Oct-06 0:32 
AnswerRe: What is a Map file? Why we have to use a Map File? Pin
Nitron17-Oct-06 1:26
Nitron17-Oct-06 1:26 
AnswerRe: What is a Map file? Why we have to use a Map File? Pin
ThatsAlok18-Oct-06 4:56
ThatsAlok18-Oct-06 4:56 
Questionunicode fonts Pin
CaesarCZ16-Oct-06 23:56
CaesarCZ16-Oct-06 23:56 
AnswerRe: unicode fonts Pin
Mark Salsbery17-Oct-06 7:02
Mark Salsbery17-Oct-06 7:02 
QuestionACCESSING CONTROLS OF ONE DIALOG BOX IN OTHER DIALOG BOX Pin
zareee16-Oct-06 23:38
zareee16-Oct-06 23:38 

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.