Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GetSystemPowerStatusEx2 undeclared Pin
Rajesh R Subramanian26-Apr-07 22:40
professionalRajesh R Subramanian26-Apr-07 22:40 
QuestionHow to find public key token of singed assembly programatically Pin
Mushtaque Nizamani26-Apr-07 20:46
Mushtaque Nizamani26-Apr-07 20:46 
Questionedit control Pin
p_26-Apr-07 20:41
p_26-Apr-07 20:41 
AnswerRe: edit control Pin
_AnsHUMAN_ 26-Apr-07 20:45
_AnsHUMAN_ 26-Apr-07 20:45 
AnswerRe: edit control Pin
Arman S.26-Apr-07 20:55
Arman S.26-Apr-07 20:55 
AnswerRe: edit control Pin
CPallini26-Apr-07 20:58
mveCPallini26-Apr-07 20:58 
AnswerRe: edit control Pin
Stephen Hewitt26-Apr-07 20:59
Stephen Hewitt26-Apr-07 20:59 
QuestionVisiblity of Tree in MFC Pin
T.RATHA KRISHNAN26-Apr-07 20:32
T.RATHA KRISHNAN26-Apr-07 20:32 
I have a project developed in MFC. In this project I have a Tree View. In this tree, some nodes has clones(copy of the parent nodes). If I change the visiblity of a node, when I save and reopen the file the changes get reflected except for the nodes that has clones. (i.e) If turn off the visiblity of a node that has clones, when I save and reopen the file, the visiblity of the node didn't turned off. What should I do to get the visiblity of the nodes that has clones also turned off when I save reopen the
file?

The code is:

for (i=0; i<howmanychildren(); i++)
="" {
=""
="" (getchild(i))-="">SetVisible(visible);

}
return TRUE;
}

HowManyChildren() is a method that returns number of children of a particular node. GetChild(i) is a method that returns the Child at i.
I have to check the node at i is a clone, and to get it's visiblity.
QuestionAll MS SDK/DDK Versions? Pin
Syouki_kou26-Apr-07 20:31
Syouki_kou26-Apr-07 20:31 
AnswerRe: All MS SDK/DDK Versions? Pin
Paresh Chitte26-Apr-07 21:41
Paresh Chitte26-Apr-07 21:41 
GeneralRe: All MS SDK/DDK Versions? Pin
Syouki_kou27-Apr-07 15:24
Syouki_kou27-Apr-07 15:24 
QuestionCan I start a timer inside a thread [modified] Pin
BlrBoy26-Apr-07 19:34
BlrBoy26-Apr-07 19:34 
AnswerRe: Can I start a timer inside a thread Pin
Arman S.26-Apr-07 20:01
Arman S.26-Apr-07 20:01 
AnswerRe: Can I start a timer inside a thread Pin
Roger Stoltz26-Apr-07 20:59
Roger Stoltz26-Apr-07 20:59 
Questionload html page Pin
vasu_sri26-Apr-07 19:34
vasu_sri26-Apr-07 19:34 
AnswerRe: load html page Pin
Paresh Chitte26-Apr-07 20:01
Paresh Chitte26-Apr-07 20:01 
AnswerRe: load html page Pin
Arman S.26-Apr-07 20:04
Arman S.26-Apr-07 20:04 
AnswerRe: load html page Pin
Hamid_RT26-Apr-07 21:10
Hamid_RT26-Apr-07 21:10 
Question.lib file not created in VS 2005 Pin
Y K Kishore Kumar26-Apr-07 19:12
Y K Kishore Kumar26-Apr-07 19:12 
QuestionRe: .lib file not created in VS 2005 Pin
Hamid_RT26-Apr-07 20:48
Hamid_RT26-Apr-07 20:48 
AnswerRe: .lib file not created in VS 2005 Pin
Y K Kishore Kumar26-Apr-07 20:54
Y K Kishore Kumar26-Apr-07 20:54 
QuestionDisplaying PNG File properly Pin
Vineet Kumar26-Apr-07 19:02
Vineet Kumar26-Apr-07 19:02 
AnswerRe: Displaying PNG File properly Pin
Paresh Chitte26-Apr-07 19:09
Paresh Chitte26-Apr-07 19:09 
GeneralRe: Displaying PNG File properly Pin
Vineet Kumar26-Apr-07 22:47
Vineet Kumar26-Apr-07 22:47 
AnswerRe: Displaying PNG File properly Pin
Hamid_RT26-Apr-07 20:49
Hamid_RT26-Apr-07 20:49 

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.