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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10030695.htm...
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10045964.htm...
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{}...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10111961.htm...
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10136765.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10144899.htm...
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10178800.htm...
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:
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10347392.htm...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10671081.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20208309.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20768667.htm...
Zones:
MFCDate Answered: 09/03/2004 Rating: 9.2 Views: 0