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

C / C++ / MFC

 
AnswerRe: What is a class? Pin
Renjith Ramachandran1-Mar-03 6:53
Renjith Ramachandran1-Mar-03 6:53 
GeneralRe: What is a class? Pin
Chris Richardson1-Mar-03 20:21
Chris Richardson1-Mar-03 20:21 
AnswerRe: What is a class? Pin
Trollslayer1-Mar-03 9:23
mentorTrollslayer1-Mar-03 9:23 
AnswerRe: What is a class? Pin
Alexo@home1-Mar-03 11:38
Alexo@home1-Mar-03 11:38 
AnswerRe: What is a class? Pin
Joan M2-Mar-03 21:08
professionalJoan M2-Mar-03 21:08 
GeneralCListCtrl::SortItems problem Pin
Wim Jans1-Mar-03 5:14
Wim Jans1-Mar-03 5:14 
GeneralRe: CListCtrl::SortItems problem Pin
Wim Jans1-Mar-03 5:28
Wim Jans1-Mar-03 5:28 
GeneralRe: CListCtrl::SortItems problem Pin
Michael Dunn1-Mar-03 6:17
sitebuilderMichael Dunn1-Mar-03 6:17 
Two problems. First, change
SortItems ( SortFunction, (LPARAM) m_cListCtrl )
to
SortItems ( SortFunction, (LPARAM) &m_cListCtrl ) // add ampersand

Second, you are thinking lParam1 and lParam2 are the item indexes, but they are not, they are the lParam data associated with the two items being compared. They are always 0 because you probably don't use those data members.

--Mike--
PROCRASTINATION: Hard work often pays off after time, but laziness always pays off now.

BUY MY SOFTWARE!! (please?) RightClick-Encrypt - file encryption w/Explorer plugins | 1ClickPicGrabber - web page picture grabber for IE
My IntarWeb Homepgae!!!11

GeneralC# Control in MFC Pin
Anonymous1-Mar-03 5:00
Anonymous1-Mar-03 5:00 
GeneralStrange Compiling error (not MFC) Pin
orcblood1-Mar-03 4:44
orcblood1-Mar-03 4:44 
GeneralRe: Strange Compiling error (not MFC) Pin
orcblood1-Mar-03 4:49
orcblood1-Mar-03 4:49 
GeneralRe: Strange Compiling error (not MFC) Pin
Navin1-Mar-03 10:27
Navin1-Mar-03 10:27 
GeneralStrange MFC Error on Comps Pin
orcblood1-Mar-03 2:39
orcblood1-Mar-03 2:39 
GeneralRe: Strange MFC Error on Comps Pin
Frank Deo1-Mar-03 2:43
Frank Deo1-Mar-03 2:43 
GeneralRe: Strange MFC Error on Comps Pin
orcblood1-Mar-03 2:45
orcblood1-Mar-03 2:45 
GeneralRe: Strange MFC Error on Comps Pin
Frank Deo1-Mar-03 2:48
Frank Deo1-Mar-03 2:48 
GeneralRe: Strange MFC Error on Comps Pin
Gary Kirkham1-Mar-03 2:47
Gary Kirkham1-Mar-03 2:47 
GeneralRe: Strange MFC Error on Comps Pin
orcblood1-Mar-03 2:49
orcblood1-Mar-03 2:49 
GeneralRe: Strange MFC Error on Comps Pin
orcblood1-Mar-03 2:51
orcblood1-Mar-03 2:51 
GeneralRe: Strange MFC Error on Comps Pin
Frank Deo1-Mar-03 3:00
Frank Deo1-Mar-03 3:00 
GeneralRe: Strange MFC Error on Comps Pin
orcblood1-Mar-03 3:09
orcblood1-Mar-03 3:09 
GeneralRe: Strange MFC Error on Comps Pin
Michael Dunn1-Mar-03 6:23
sitebuilderMichael Dunn1-Mar-03 6:23 
Questionadding my program as a service in win2K? Pin
IGeorgeI1-Mar-03 2:26
IGeorgeI1-Mar-03 2:26 
AnswerRe: adding my program as a service in win2K? Pin
Frank Deo1-Mar-03 2:34
Frank Deo1-Mar-03 2:34 
Generalfiltering packets and... stopping them Pin
Kuniva1-Mar-03 2:00
Kuniva1-Mar-03 2:00 

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.