Click here to Skip to main content
15,919,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSending mail without specifying SMTP server [modified] Pin
Mahesh Kulkarni22-Nov-06 1:05
Mahesh Kulkarni22-Nov-06 1:05 
AnswerRe: Sending mail without specifying SMTP server Pin
Galatei22-Nov-06 3:55
Galatei22-Nov-06 3:55 
GeneralRe: Sending mail without specifying SMTP server Pin
Mahesh Kulkarni22-Nov-06 17:49
Mahesh Kulkarni22-Nov-06 17:49 
QuestionSCROLLINFO.nPage Pin
cartman0921-Nov-06 23:32
cartman0921-Nov-06 23:32 
AnswerRe: SCROLLINFO.nPage Pin
CPallini21-Nov-06 23:57
mveCPallini21-Nov-06 23:57 
GeneralRe: SCROLLINFO.nPage Pin
cartman0922-Nov-06 3:11
cartman0922-Nov-06 3:11 
GeneralRe: SCROLLINFO.nPage Pin
CPallini22-Nov-06 4:05
mveCPallini22-Nov-06 4:05 
QuestionProgram release with CRT library problem Pin
LiYS21-Nov-06 23:20
LiYS21-Nov-06 23:20 
Questionis this the right way or is there any other better way??? Pin
vijay_aroli21-Nov-06 22:41
vijay_aroli21-Nov-06 22:41 
AnswerRe: is this the right way or is there any other better way??? Pin
Galatei22-Nov-06 3:49
Galatei22-Nov-06 3:49 
QuestionProgram To Recover Email? Pin
Navin C21-Nov-06 22:06
Navin C21-Nov-06 22:06 
AnswerRe: Program To Recover Email? Pin
Galatei21-Nov-06 22:27
Galatei21-Nov-06 22:27 
GeneralRe: Program To Recover Email? Pin
Navin C21-Nov-06 22:57
Navin C21-Nov-06 22:57 
GeneralRe: Program To Recover Email? Pin
Galatei22-Nov-06 4:01
Galatei22-Nov-06 4:01 
GeneralRe: Program To Recover Email? Pin
Navin C22-Nov-06 18:54
Navin C22-Nov-06 18:54 
Questionhow to sort the list box Items? Pin
ashokbngr21-Nov-06 22:02
ashokbngr21-Nov-06 22:02 
AnswerRe: how to sort the list box Items? Pin
CPallini21-Nov-06 22:12
mveCPallini21-Nov-06 22:12 
AnswerRe: how to sort the list box Items? Pin
peterchen21-Nov-06 22:12
peterchen21-Nov-06 22:12 
using LVM_SORTITEMSEX message

You need to pass it a function that compares two items and says whether the first goes before the second. The prototype is a global or static function
int CALLBACK CompareFunc(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort);

typically, you pass a pointer to the struct with the window handle of the list control and the information how to sort as "paramSort".



Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!

QuestionI need stlport_vc6.lib Pin
Dudi Avramov21-Nov-06 21:59
Dudi Avramov21-Nov-06 21:59 
AnswerRe: I need stlport_vc6.lib Pin
Bob Flynn21-Nov-06 22:27
Bob Flynn21-Nov-06 22:27 
QuestionMultithreading in used sockets [modified] Pin
__codeproject21-Nov-06 21:46
__codeproject21-Nov-06 21:46 
AnswerRe: Multithreading in used sockets Pin
Galatei22-Nov-06 4:07
Galatei22-Nov-06 4:07 
AnswerRe: Multithreading in used sockets Pin
Mark Salsbery22-Nov-06 6:43
Mark Salsbery22-Nov-06 6:43 
QuestionVC8 release builds [modified] Pin
Waldermort21-Nov-06 20:43
Waldermort21-Nov-06 20:43 
QuestionSolved but another question Pin
Waldermort21-Nov-06 21:29
Waldermort21-Nov-06 21:29 

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.