Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NM_CUSTOMDRAW Pin
Michael Dunn29-Jan-03 19:43
sitebuilderMichael Dunn29-Jan-03 19:43 
GeneralQuestion 2 - (threads and message pump) Pin
Nitron27-Jan-03 3:50
Nitron27-Jan-03 3:50 
GeneralRe: Question 2 - (threads and message pump) Pin
PJ Arends27-Jan-03 7:06
professionalPJ Arends27-Jan-03 7:06 
GeneralRe: Question 2 - (threads and message pump) Pin
Nitron27-Jan-03 13:49
Nitron27-Jan-03 13:49 
GeneralQuestion 1 - (files/folders) Pin
Nitron27-Jan-03 3:45
Nitron27-Jan-03 3:45 
GeneralRe: Question 1 - (files/folders) Pin
Martyn Pearson27-Jan-03 3:56
Martyn Pearson27-Jan-03 3:56 
GeneralRe: Question 1 - (files/folders) Pin
Nitron27-Jan-03 6:40
Nitron27-Jan-03 6:40 
GeneralHTREEITEM lifetime Pin
Martyn Pearson27-Jan-03 3:34
Martyn Pearson27-Jan-03 3:34 
Basically, when you insert an item into a tree, you do something along the lines of

HTREEITEM hMyItem = pMyTree->InsertItem(&lvTreeItem);

Is it ever possible that the value of hMyItem will change throughout the lifetime of the tree?

My reason for asking is that I have an object for each item in the tree, and I would like to maintain the handle within the object so that changes to it can be reflected easily in the tree (i.e. by changing the icon etc)

Thanks in advance!

GeneralRe: HTREEITEM lifetime Pin
HENDRIK R27-Jan-03 4:52
HENDRIK R27-Jan-03 4:52 
GeneralRe: HTREEITEM lifetime Pin
Michael Dunn27-Jan-03 5:23
sitebuilderMichael Dunn27-Jan-03 5:23 
QuestionADO Control ? Pin
Romeo27-Jan-03 3:25
Romeo27-Jan-03 3:25 
AnswerRe: ADO Control ? Pin
Ahmad9927-Jan-03 4:03
Ahmad9927-Jan-03 4:03 
Questionwant to block IE popups??? Pin
xxhimanshu27-Jan-03 1:33
xxhimanshu27-Jan-03 1:33 
QuestionHow can I save password from registry Pin
rohit.dhamija27-Jan-03 1:17
rohit.dhamija27-Jan-03 1:17 
AnswerRe: How can I save password from registry Pin
Andreas Saurwein27-Jan-03 1:32
Andreas Saurwein27-Jan-03 1:32 
GeneralGINA.DLL Pin
Richard Hudson27-Jan-03 0:53
Richard Hudson27-Jan-03 0:53 
GeneralRe: GINA.DLL Pin
Andreas Saurwein27-Jan-03 1:15
Andreas Saurwein27-Jan-03 1:15 
GeneralRe: GINA.DLL Pin
jhwurmbach27-Jan-03 3:03
jhwurmbach27-Jan-03 3:03 
GeneralRe: GINA.DLL Pin
Andreas Saurwein27-Jan-03 3:16
Andreas Saurwein27-Jan-03 3:16 
GeneralRe: GINA.DLL Pin
Richard Hudson27-Jan-03 3:07
Richard Hudson27-Jan-03 3:07 
GeneralToolbar BackGround Color Pin
Ahmad9927-Jan-03 0:50
Ahmad9927-Jan-03 0:50 
Generalconvert *doc file to *html file Pin
ccodes27-Jan-03 0:10
ccodes27-Jan-03 0:10 
GeneralRe: convert *doc file to *html file Pin
Carlos Antollini27-Jan-03 1:01
Carlos Antollini27-Jan-03 1:01 
GeneralRe: convert *doc file to *html file Pin
ccodes27-Jan-03 2:14
ccodes27-Jan-03 2:14 
GeneralRe: convert *doc file to *html file Pin
Carlos Antollini27-Jan-03 4:13
Carlos Antollini27-Jan-03 4: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.