Enter Keywords:
1 - 10 of 49(0.009 seconds)
Sort By:
 
I have designed a CListCtrl.  I have put all the information that I need to have in the list, in it now.  I need to have the ability for the user to make a selection in the List box, and then have ...
Zones: MFCDate Answered: 11/28/1997 Rating: 9.0 Views: 0
How can I use quick sort with CList? I could not figure out how to use qsort with CList. Please can somebody point me to an algorithm?
Zones: MFCDate Answered: 04/17/1998 Rating: 7.4 Views: 23
How Do I pass a Clist template ( List classes - afxtempl.h ) as a parameter across classes ( apart from the friend or static access ) ex :   class x { public:  CList<CString,CString> m_list;   x{}...
Zones: MFCDate Answered: 04/08/2002 Rating: 8.2 Views: 0
Just now learning Visual Studio and have come across Collections and the templates CList and CTypedPtrList in which the main stated difference is CList takes and object while CTypedPtrList takes a ...
Zones: MFCDate Answered: 03/08/1999 Rating: 8.4 Views: 0
This is probably really lame but i can't seem to add sub-items to my list control, the column setup code is as follows:       m_MAINLIST.InsertColumn(0, "Catagory", LVCFMT_LEFT,             80, 0);       m_MAINLIST.I...
Zones: MFCDate Answered: 03/31/1999 Rating: 8.0 Views: 0
I would like to have a little sample code regarding the use of the class CList. How have I to declare a list of CString?
Zones: MFCDate Answered: 07/06/1999 Rating: 8.2 Views: 0
See the test part at the bottom to see how i test this problem inheritance:        Vehicle        /     \    Car    Tank /********************************************/ My List class:  ...
Zones: MFCDate Answered: 05/14/2000 Rating: 6.0 Views: 0
i hava a list of data (customerID) i need to execute a stored procedure,  pass in the customerID..... if a have a list of 10 customer.... i need to call 10 time the store procedure can the sto...
Zones: MS SQL ServerDate Answered: 07/17/2000 Rating: 7.8 Views: 0
here is the code, I am not sure how to delete the CLists that I made in memory w/ the new command... also, I would like your comments and suggestions on how I am storing the data      CS...
Zones: MFCDate Answered: 11/29/2001 Rating: 6.8 Views: 8
Hello I have a problem when I want to serialize  a CList object containing a self made class derived from CObject. I have implemented the Serialize function. Now when Serializing, the CList will...
Zones: MFCDate Answered: 09/03/2004 Rating: 9.2 Views: 0