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

C / C++ / MFC

 
GeneralRe: a simple question about references Pin
ns21-Feb-03 4:55
ns21-Feb-03 4:55 
GeneralRe: a simple question about references Pin
Nitron21-Feb-03 8:22
Nitron21-Feb-03 8:22 
GeneralRe: a simple question about references Pin
ns24-Feb-03 2:07
ns24-Feb-03 2:07 
GeneralRe: a simple question about references Pin
Rage21-Feb-03 5:01
professionalRage21-Feb-03 5:01 
GeneralRe: a simple question about references Pin
ns21-Feb-03 5:14
ns21-Feb-03 5:14 
GeneralCTreeCtrl Pin
jeremysay21-Feb-03 3:54
jeremysay21-Feb-03 3:54 
GeneralRe: CTreeCtrl Pin
Steve S21-Feb-03 4:18
Steve S21-Feb-03 4:18 
GeneralRe: CTreeCtrl Pin
jeremysay21-Feb-03 4:28
jeremysay21-Feb-03 4:28 
Thx !

Steve S wrote:
CString**pRetrieved = (CString*)m_pTree.GetItemData(hItemSite);

i have an error here, "impossible to convert CString* to CString**"

Steve S wrote:
If you need to store multiple items like this, you might consider either a class/structure, or if they are all strings, a CStringArray instead of a simple pointer, especially if you want a varying number of items.

I just need to save 2 CString, but if you think there is a best way to do this i'm OK.
GeneralRe: CTreeCtrl Pin
Steve S21-Feb-03 4:38
Steve S21-Feb-03 4:38 
GeneralRe: CTreeCtrl Pin
jeremysay21-Feb-03 4:46
jeremysay21-Feb-03 4:46 
GeneralI need Help in Thumb Scanning and Comparison in VC++ Pin
farrukhsubhani21-Feb-03 3:31
farrukhsubhani21-Feb-03 3:31 
GeneralDeveloping win32 console application using VC7.0 Pin
George221-Feb-03 3:11
George221-Feb-03 3:11 
GeneralRe: Developing win32 console application using VC7.0 Pin
AlexO21-Feb-03 3:36
AlexO21-Feb-03 3:36 
GeneralRe: Developing win32 console application using VC7.0 Pin
George221-Feb-03 17:14
George221-Feb-03 17:14 
GeneralPropertyGrid controls Pin
Alex VK21-Feb-03 2:35
Alex VK21-Feb-03 2:35 
GeneralRe: PropertyGrid controls Pin
Anonymous5-Nov-03 3:09
Anonymous5-Nov-03 3:09 
Generalpassing in an STL set pointer in SEndMessage Pin
ns21-Feb-03 2:26
ns21-Feb-03 2:26 
GeneralRe: passing in an STL set pointer in SEndMessage Pin
Hans Ruck21-Feb-03 2:33
Hans Ruck21-Feb-03 2:33 
Generalabsolutely terrific!!! Pin
ns21-Feb-03 2:37
ns21-Feb-03 2:37 
GeneralRe: but... Pin
Hans Ruck21-Feb-03 2:56
Hans Ruck21-Feb-03 2:56 
GeneralRe: but... Pin
ns21-Feb-03 3:06
ns21-Feb-03 3:06 
GeneralRe: but... Pin
Hans Ruck21-Feb-03 3:16
Hans Ruck21-Feb-03 3:16 
GeneralRe: but... Pin
ns21-Feb-03 3:23
ns21-Feb-03 3:23 
GeneralRe: passing in an STL set pointer in SEndMessage Pin
AlexO21-Feb-03 2:35
AlexO21-Feb-03 2:35 
GeneralRe: passing in an STL set pointer in SEndMessage Pin
ns21-Feb-03 2:39
ns21-Feb-03 2:39 

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.