Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Using a non static member in a overloaded static member function Pin
arunaas30-Jan-06 14:15
arunaas30-Jan-06 14:15 
Questionwhich function can covert a hex string to value? Pin
includeh1030-Jan-06 4:50
includeh1030-Jan-06 4:50 
AnswerRe: which function can covert a hex string to value? Pin
David Crow30-Jan-06 4:53
David Crow30-Jan-06 4:53 
AnswerRe: which function can covert a hex string to value? Pin
Dominik Reichl30-Jan-06 4:56
Dominik Reichl30-Jan-06 4:56 
QuestionThe swapping section in a puzzle game Pin
eivanlo30-Jan-06 4:38
eivanlo30-Jan-06 4:38 
AnswerRe: The swapping section in a puzzle game Pin
Rage30-Jan-06 4:54
professionalRage30-Jan-06 4:54 
Questionmanaging serial port interrupt Pin
misturas30-Jan-06 4:32
misturas30-Jan-06 4:32 
AnswerRe: managing serial port interrupt Pin
Rage30-Jan-06 4:59
professionalRage30-Jan-06 4:59 
GeneralRe: managing serial port interrupt Pin
Cedric Moonen30-Jan-06 6:24
Cedric Moonen30-Jan-06 6:24 
GeneralRe: managing serial port interrupt Pin
Rage30-Jan-06 6:43
professionalRage30-Jan-06 6:43 
AnswerRe: managing serial port interrupt Pin
Rage30-Jan-06 5:00
professionalRage30-Jan-06 5:00 
GeneralRe: managing serial port interrupt Pin
misturas30-Jan-06 5:06
misturas30-Jan-06 5:06 
GeneralRe: managing serial port interrupt Pin
Rage30-Jan-06 5:16
professionalRage30-Jan-06 5:16 
AnswerRe: managing serial port interrupt Pin
Cedric Moonen30-Jan-06 6:28
Cedric Moonen30-Jan-06 6:28 
AnswerRe: managing serial port interrupt Pin
Iain Clarke, Warrior Programmer30-Jan-06 8:35
Iain Clarke, Warrior Programmer30-Jan-06 8:35 
GeneralRe: managing serial port interrupt Pin
misturas30-Jan-06 9:13
misturas30-Jan-06 9:13 
Questiongetting the hwnds of opened windows Pin
Alex Cutovoi30-Jan-06 4:13
Alex Cutovoi30-Jan-06 4:13 
AnswerRe: getting the hwnds of opened windows Pin
Rage30-Jan-06 4:50
professionalRage30-Jan-06 4:50 
QuestionRetreiving attributs of a node Pin
kandukuri30-Jan-06 3:05
kandukuri30-Jan-06 3:05 
AnswerRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 3:31
David Crow30-Jan-06 3:31 
GeneralRe: Retreiving attributs of a node Pin
kandukuri30-Jan-06 3:35
kandukuri30-Jan-06 3:35 
but what is the parameter for this GetItem( ) method

i ve Tree Structure as below
-Loop
-Slab=1
Slice=1
Slice =2
-slab=2
slice=1
slice=2

i want to explore all the items in a messageBox
( from Loop to slice=2)
for that one my code will be look like
for(i=0;i<(ptrTree->GetCount()); i++)



-- modified at 9:43 Monday 30th January, 2006
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 3:42
professionalRage30-Jan-06 3:42 
GeneralRe: Retreiving attributs of a node Pin
kandukuri30-Jan-06 3:57
kandukuri30-Jan-06 3:57 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 4:10
professionalRage30-Jan-06 4:10 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 4:56
David Crow30-Jan-06 4:56 

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.