Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help needed Pin
nbugalia13-Sep-07 21:42
nbugalia13-Sep-07 21:42 
GeneralRe: Help needed Pin
Y_Kaushik13-Sep-07 22:53
Y_Kaushik13-Sep-07 22:53 
GeneralRe: Help needed Pin
nbugalia13-Sep-07 23:23
nbugalia13-Sep-07 23:23 
QuestionWhat is The difference in .DLL ???? Pin
GauranG Shah13-Sep-07 21:28
GauranG Shah13-Sep-07 21:28 
AnswerRe: What is The difference in .DLL ???? Pin
Cedric Moonen13-Sep-07 21:54
Cedric Moonen13-Sep-07 21:54 
AnswerRe: What is The difference in .DLL ???? Pin
nbugalia13-Sep-07 22:00
nbugalia13-Sep-07 22:00 
QuestionSearch node in TreeView Pin
paresh_joe13-Sep-07 21:02
paresh_joe13-Sep-07 21:02 
AnswerRe: Search node in TreeView Pin
nbugalia13-Sep-07 21:23
nbugalia13-Sep-07 21:23 
You can use HTREEITEM hKid = GetChildItem (hParent); in a loop to get all the children of a parent, but the better idea is to maintain a array of nodes or labels that are already added in the tree.
You can search in the array to check if this node or label is already added.

If you want to check the labels, then it's always good to use CMapStringToString class, as you can directely check if the string is there or not. (In array, you have to search the whole array to find if item is there or not)
AnswerRe: Search node in TreeView Pin
Nishad S13-Sep-07 21:28
Nishad S13-Sep-07 21:28 
GeneralRe: Search node in TreeView Pin
paresh_joe13-Sep-07 21:32
paresh_joe13-Sep-07 21:32 
QuestionConnection Error Pin
Programm3r13-Sep-07 20:37
Programm3r13-Sep-07 20:37 
AnswerRe: Connection Error Pin
p_13-Sep-07 23:35
p_13-Sep-07 23:35 
QuestionHow to get the byte order of a computer? Pin
kcynic13-Sep-07 20:01
kcynic13-Sep-07 20:01 
AnswerRe: How to get the byte order of a computer? Pin
Azteke13-Sep-07 20:06
Azteke13-Sep-07 20:06 
GeneralRe: How to get the byte order of a computer? Pin
kcynic13-Sep-07 22:23
kcynic13-Sep-07 22:23 
GeneralRe: How to get the byte order of a computer? Pin
Maxwell Chen13-Sep-07 22:32
Maxwell Chen13-Sep-07 22:32 
GeneralRe: How to get the byte order of a computer? Pin
David Crow14-Sep-07 3:22
David Crow14-Sep-07 3:22 
AnswerRe: How to get the byte order of a computer? [modified] Pin
kakan13-Sep-07 20:48
professionalkakan13-Sep-07 20:48 
GeneralRe: How to get the byte order of a computer? Pin
Maxwell Chen13-Sep-07 22:30
Maxwell Chen13-Sep-07 22:30 
GeneralRe: How to get the byte order of a computer? Pin
kakan13-Sep-07 23:28
professionalkakan13-Sep-07 23:28 
GeneralRe: How to get the byte order of a computer? Pin
Azteke14-Sep-07 18:10
Azteke14-Sep-07 18:10 
QuestionReading microphone input Pin
Azteke13-Sep-07 19:35
Azteke13-Sep-07 19:35 
AnswerRe: Reading microphone input Pin
Russell'13-Sep-07 22:04
Russell'13-Sep-07 22:04 
GeneralRe: Reading microphone input Pin
Azteke14-Sep-07 18:12
Azteke14-Sep-07 18:12 
GeneralRe: Reading microphone input Pin
Russell'14-Sep-07 22:25
Russell'14-Sep-07 22:25 

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.