Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change font of ToolTip control in VC++ 6.0? Pin
Hamid_RT20-Apr-07 19:36
Hamid_RT20-Apr-07 19:36 
QuestionUsing Virtual lists? Pin
bosfan20-Apr-07 1:36
bosfan20-Apr-07 1:36 
QuestionRe: Using Virtual lists? Pin
Maximilien20-Apr-07 3:03
Maximilien20-Apr-07 3:03 
AnswerRe: Using Virtual lists? Pin
bosfan20-Apr-07 3:14
bosfan20-Apr-07 3:14 
AnswerRe: Using Virtual lists? Pin
Hamid_RT20-Apr-07 19:31
Hamid_RT20-Apr-07 19:31 
GeneralRe: Using Virtual lists? Pin
bosfan24-Apr-07 2:42
bosfan24-Apr-07 2:42 
GeneralRe: Using Virtual lists? Pin
Hamid_RT24-Apr-07 3:03
Hamid_RT24-Apr-07 3:03 
GeneralRe: Using Virtual lists? Pin
bosfan24-Apr-07 3:39
bosfan24-Apr-07 3:39 
Hi,
i create a own class from CObject, looks like this sample:

class CMyObClass : public CObject
{
// all members, e.g.
   CString csFName;
   CString csLName;
   CString csStreet;
   int iAge;
   // etc.
}


i make a new question, is there any "musts" how to store and show list items?
in this sample from your answer the developer use vector to hold items, is that the only way, or,
i can use maps like CMapStringToOb for that??

thanks very much!
termal
GeneralRe: Using Virtual lists? Pin
Hamid_RT24-Apr-07 4:26
Hamid_RT24-Apr-07 4:26 
GeneralRe: Using Virtual lists? Pin
bosfan24-Apr-07 5:04
bosfan24-Apr-07 5:04 
GeneralRe: Using Virtual lists? Pin
Hamid_RT24-Apr-07 5:54
Hamid_RT24-Apr-07 5:54 
QuestionProblem in executing Release version of code Pin
jossion20-Apr-07 1:08
jossion20-Apr-07 1:08 
AnswerRe: Problem in executing Release version of code Pin
toxcct20-Apr-07 1:13
toxcct20-Apr-07 1:13 
GeneralRe: Problem in executing Release version of code Pin
jossion20-Apr-07 2:07
jossion20-Apr-07 2:07 
AnswerRe: Problem in executing Release version of code Pin
Alexandre GRANVAUD20-Apr-07 1:52
Alexandre GRANVAUD20-Apr-07 1:52 
QuestionError in FPM Pin
harshadha20-Apr-07 1:04
harshadha20-Apr-07 1:04 
AnswerRe: Error in FPM Pin
toxcct20-Apr-07 1:12
toxcct20-Apr-07 1:12 
GeneralRe: Error in FPM Pin
harshadha20-Apr-07 1:54
harshadha20-Apr-07 1:54 
Questionhow to correct exe icon in sdi window Pin
neha.agarwal2720-Apr-07 0:50
neha.agarwal2720-Apr-07 0:50 
AnswerRe: how to correct exe icon in sdi window Pin
Paresh Chitte20-Apr-07 2:45
Paresh Chitte20-Apr-07 2:45 
QuestionSHGetPathFromIDList error Pin
Try20-Apr-07 0:44
Try20-Apr-07 0:44 
AnswerRe: SHGetPathFromIDList error Pin
Optimus Chaos20-Apr-07 1:55
Optimus Chaos20-Apr-07 1:55 
GeneralRe: SHGetPathFromIDList error Pin
Try20-Apr-07 2:14
Try20-Apr-07 2:14 
AnswerRe: SHGetPathFromIDList error Pin
Paresh Chitte20-Apr-07 2:49
Paresh Chitte20-Apr-07 2:49 
AnswerRe: SHGetPathFromIDList error Pin
Michael Dunn20-Apr-07 7:14
sitebuilderMichael Dunn20-Apr-07 7:14 

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.