Click here to Skip to main content
16,010,523 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Skinbutton Pin
Parthi_Appu2-Apr-07 21:16
Parthi_Appu2-Apr-07 21:16 
QuestionDisabling menu items Pin
neha.agarwal272-Apr-07 0:46
neha.agarwal272-Apr-07 0:46 
AnswerRe: Disabling menu items Pin
prasad_som2-Apr-07 0:50
prasad_som2-Apr-07 0:50 
GeneralRe: Disabling menu items Pin
neha.agarwal272-Apr-07 1:01
neha.agarwal272-Apr-07 1:01 
QuestionCTreeCtrl GetItemState related Pin
NiceNaidu2-Apr-07 0:33
NiceNaidu2-Apr-07 0:33 
AnswerRe: CTreeCtrl GetItemState related [modified] Pin
Naveen2-Apr-07 0:43
Naveen2-Apr-07 0:43 
QuestionRe: CTreeCtrl GetItemState related Pin
prasad_som2-Apr-07 0:48
prasad_som2-Apr-07 0:48 
AnswerRe: CTreeCtrl GetItemState related Pin
NiceNaidu2-Apr-07 1:06
NiceNaidu2-Apr-07 1:06 
UINT nState = GetItemState(hItem, TVIS_EXPANDED);<br />
if(nState & TVIS_EXPANDED)<br />
{<br />
 //Add the Expanded bitmap for the Tree Node<br />
}<br />
else<br />
{<br />
 //Add the Expanded bitmap for the tree Node<br />
}


the above code is working fine in all cases.
When there are some child items under a node.It is showing the Expanded bitmap.
But whenever i delete all the child nodes, i am expecting code in the else to be executed.

But it is not happening.
How is this possible ??
Thanks guys for u r response.
Naveen your code also is not working.

Appu..
"My blood group is not B+.But I have it my blood"

GeneralRe: CTreeCtrl GetItemState related Pin
Naveen2-Apr-07 1:11
Naveen2-Apr-07 1:11 
GeneralRe: CTreeCtrl GetItemState related Pin
NiceNaidu2-Apr-07 1:23
NiceNaidu2-Apr-07 1:23 
GeneralRe: CTreeCtrl GetItemState related Pin
Naveen2-Apr-07 1:26
Naveen2-Apr-07 1:26 
GeneralRe: CTreeCtrl GetItemState related Pin
NiceNaidu2-Apr-07 1:49
NiceNaidu2-Apr-07 1:49 
Questionplease solve this Pin
p_2-Apr-07 0:32
p_2-Apr-07 0:32 
AnswerRe: please solve this Pin
Hamid_RT2-Apr-07 0:58
Hamid_RT2-Apr-07 0:58 
GeneralRe: please solve this Pin
p_2-Apr-07 1:03
p_2-Apr-07 1:03 
Questionplease solve this Pin
p_2-Apr-07 0:31
p_2-Apr-07 0:31 
AnswerRe: please solve this Pin
benjymous2-Apr-07 0:45
benjymous2-Apr-07 0:45 
GeneralRe: please solve this Pin
p_2-Apr-07 1:16
p_2-Apr-07 1:16 
GeneralRe: please solve this Pin
David Crow2-Apr-07 3:46
David Crow2-Apr-07 3:46 
GeneralRe: please solve this Pin
p_2-Apr-07 17:54
p_2-Apr-07 17:54 
GeneralRe: please solve this Pin
kakan2-Apr-07 19:30
professionalkakan2-Apr-07 19:30 
GeneralRe: please solve this Pin
p_2-Apr-07 19:55
p_2-Apr-07 19:55 
GeneralRe: please solve this Pin
kakan2-Apr-07 20:52
professionalkakan2-Apr-07 20:52 
QuestionList files in drive Pin
deeps_cute2-Apr-07 0:20
deeps_cute2-Apr-07 0:20 
AnswerRe: List files in drive Pin
San24682-Apr-07 0:30
San24682-Apr-07 0:30 

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.