Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Determine Internet connection speed Pin
Scott H. Settlemier12-Jul-02 11:11
Scott H. Settlemier12-Jul-02 11:11 
GeneralRe: Determine Internet connection speed Pin
Marcus Spitzmiller12-Jul-02 11:14
Marcus Spitzmiller12-Jul-02 11:14 
Generalstring compare Pin
pnpfriend12-Jul-02 4:41
pnpfriend12-Jul-02 4:41 
GeneralRe: string compare Pin
jfugate12-Jul-02 5:05
jfugate12-Jul-02 5:05 
GeneralRe: string compare Pin
pnpfriend12-Jul-02 5:47
pnpfriend12-Jul-02 5:47 
GeneralRe: string compare Pin
Mel Stober12-Jul-02 6:59
Mel Stober12-Jul-02 6:59 
GeneralRe: string compare Pin
valikac12-Jul-02 5:08
valikac12-Jul-02 5:08 
GeneralRe: string compare Pin
pnpfriend12-Jul-02 5:39
pnpfriend12-Jul-02 5:39 
GeneralRe: string compare Pin
valikac12-Jul-02 9:04
valikac12-Jul-02 9:04 
GeneralMore multi processor woes Pin
Jim Crafton12-Jul-02 4:39
Jim Crafton12-Jul-02 4:39 
GeneralRe: More multi processor woes Pin
Giles12-Jul-02 5:16
Giles12-Jul-02 5:16 
GeneralRe: More multi processor woes Pin
Jim Crafton12-Jul-02 5:41
Jim Crafton12-Jul-02 5:41 
GeneralRe: More multi processor woes Pin
l a u r e n12-Jul-02 7:47
l a u r e n12-Jul-02 7:47 
GeneralRe: More multi processor woes Pin
Giles12-Jul-02 10:46
Giles12-Jul-02 10:46 
GeneralWinsock - discovering ip address Pin
JohnnyG12-Jul-02 4:32
JohnnyG12-Jul-02 4:32 
GeneralRe: Winsock - discovering ip address Pin
markkuk12-Jul-02 8:21
markkuk12-Jul-02 8:21 
GeneralRe: Winsock - discovering ip address Pin
JohnnyG13-Jul-02 15:41
JohnnyG13-Jul-02 15:41 
GeneralMarquee in visual C++ Pin
John Duffell12-Jul-02 3:58
John Duffell12-Jul-02 3:58 
GeneralRe: Marquee in visual C++ Pin
l a u r e n12-Jul-02 7:50
l a u r e n12-Jul-02 7:50 
GeneralRe: Marquee in visual C++ Pin
NormDroid12-Jul-02 23:29
professionalNormDroid12-Jul-02 23:29 
GeneralSorting items in a listctrl Pin
Niko Tanghe12-Jul-02 3:47
Niko Tanghe12-Jul-02 3:47 
GeneralRe: Sorting items in a listctrl Pin
KaЯl12-Jul-02 4:08
KaЯl12-Jul-02 4:08 
GeneralRe: Sorting items in a listctrl Pin
Mike Upton12-Jul-02 4:17
Mike Upton12-Jul-02 4:17 
The values you're passing into the CListCtrlEx::CompareItems() method are the item data values of the items to be compared, not their indexes (which you've obviously realised, because your code is using FindItem to search for the LPARAM - sorry for stating the obvious!). Are you sure that the item data values are set correctly and uniquely for each list item?



"We are the knights who say Ni" (The Knights Who Say Ni)
GeneralRe: Sorting items in a listctrl Pin
Niko Tanghe12-Jul-02 4:54
Niko Tanghe12-Jul-02 4:54 
GeneralRe: Knowing Client Window Messages in MDI Window ... Pin
Mike Upton12-Jul-02 3:48
Mike Upton12-Jul-02 3:48 

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.