Click here to Skip to main content
15,927,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: After open a XML File how to print the data of XML File on Active Document Pin
Milton Karimbekallil1-Apr-06 2:50
Milton Karimbekallil1-Apr-06 2:50 
GeneralRe: After open a XML File how to print the data of XML File on Active Document Pin
Amit Agarrwal1-Apr-06 2:57
Amit Agarrwal1-Apr-06 2:57 
GeneralRe: After open a XML File how to print the data of XML File on Active Document Pin
Milton Karimbekallil1-Apr-06 4:09
Milton Karimbekallil1-Apr-06 4:09 
GeneralRe: After open a XML File how to print the data of XML File on Active Document Pin
Amit Agarrwal2-Apr-06 20:14
Amit Agarrwal2-Apr-06 20:14 
QuestionPermutation algorithm?? Pin
lris20051-Apr-06 1:13
lris20051-Apr-06 1:13 
AnswerRe: Permutation algorithm?? Pin
Waldermort2-Apr-06 5:23
Waldermort2-Apr-06 5:23 
QuestionCLisrctrl Pin
Girish6011-Apr-06 1:04
Girish6011-Apr-06 1:04 
AnswerRe: CLisrctrl Pin
includeh101-Apr-06 6:58
includeh101-Apr-06 6:58 
can not find different code for "earlier record" and "new entry".

check if "add new" function is called for twice, try add a flag to ensue it is called for only once:

MyClass::ClickButton()
{
//the bool value is initialized as 0 before in constructor.
b_AddNew=1;
AddNewFunction();
}

MyClass::AddNewFunction()
{
if(b_AddNew==0) return;
b_AddNew=0;
do
{
//your code
}while(...);
}








A special image tool for Windows C++ programmers, don't miss it!
The world unique Software Label Maker is waiting for you and me ...
A nice
hyper tool for optimizing your Microsoft html-help contents.


-- modified at 13:00 Saturday 1st April, 2006
AnswerRe: CLisrctrl Pin
Dr-Kuulun2-Apr-06 0:35
Dr-Kuulun2-Apr-06 0:35 
GeneralRe: CLisrctrl Pin
Girish6014-Apr-06 21:16
Girish6014-Apr-06 21:16 
Questionproblem in find replace portion of MDI application Pin
cancerion1-Apr-06 0:57
cancerion1-Apr-06 0:57 
QuestionRubber band not clear Pin
yang__lee1-Apr-06 0:50
yang__lee1-Apr-06 0:50 
AnswerRe: Rubber band not clear Pin
Hamid_RT1-Apr-06 1:29
Hamid_RT1-Apr-06 1:29 
QuestionSetting modem properties Pin
Krishnan V1-Apr-06 0:31
Krishnan V1-Apr-06 0:31 
AnswerRe: Setting modem properties Pin
Milton Karimbekallil1-Apr-06 2:44
Milton Karimbekallil1-Apr-06 2:44 
GeneralRe: Setting modem properties Pin
Krishnan V5-Apr-06 19:25
Krishnan V5-Apr-06 19:25 
QuestionFTP Server Pin
Ahuja Ekta1-Apr-06 0:11
Ahuja Ekta1-Apr-06 0:11 
Questionregistry available to any user Pin
RomTibi31-Mar-06 23:43
RomTibi31-Mar-06 23:43 
AnswerRe: registry available to any user Pin
Stephen Hewitt1-Apr-06 0:42
Stephen Hewitt1-Apr-06 0:42 
GeneralRe: registry available to any user Pin
RomTibi1-Apr-06 5:19
RomTibi1-Apr-06 5:19 
GeneralRe: registry available to any user Pin
Michael Dunn1-Apr-06 6:10
sitebuilderMichael Dunn1-Apr-06 6:10 
AnswerRe: registry available to any user Pin
Michael Dunn1-Apr-06 6:10
sitebuilderMichael Dunn1-Apr-06 6:10 
QuestionDeriving from CObject and using = operator Pin
Dr-Kuulun31-Mar-06 23:23
Dr-Kuulun31-Mar-06 23:23 
AnswerRe: Deriving from CObject and using = operator Pin
Vytas31-Mar-06 23:57
Vytas31-Mar-06 23:57 
AnswerRe: Deriving from CObject and using = operator Pin
Michael Dunn1-Apr-06 6:13
sitebuilderMichael Dunn1-Apr-06 6: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.