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

C / C++ / MFC

 
GeneralList Box Style Pin
georgiek5031-May-03 6:00
georgiek5031-May-03 6:00 
GeneralRe: List Box Style Pin
Ravi Bhavnani31-May-03 8:47
professionalRavi Bhavnani31-May-03 8:47 
GeneralCButton question Pin
rpadrela31-May-03 5:26
rpadrela31-May-03 5:26 
GeneralRe: CButton question Pin
valikac31-May-03 7:01
valikac31-May-03 7:01 
GeneralRe: CButton question Pin
Joan M1-Jun-03 21:01
professionalJoan M1-Jun-03 21:01 
QuestionHow can I terminate another application? Pin
ATC31-May-03 4:13
ATC31-May-03 4:13 
AnswerRe: How can I terminate another application? Pin
skaanji31-May-03 6:09
skaanji31-May-03 6:09 
GeneralRe: How can I terminate another application? Pin
Neville Franks31-May-03 12:39
Neville Franks31-May-03 12:39 
skaanji wrote:
Use TerminateProcess(HANDLE hProcess,UINT uExitCode);

No, No, No, No, No, unless you want the user to loose all the work they've done.

To quote the MS Docs:
The TerminateProcess function is used to unconditionally cause a process to exit. Use it only in extreme circumstances.

Please be very carefull about what you you suggest to people here.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
GeneralRe: How can I terminate another application? Pin
ATC1-Jun-03 5:09
ATC1-Jun-03 5:09 
GeneralRe: How can I terminate another application? Pin
ATC1-Jun-03 5:10
ATC1-Jun-03 5:10 
AnswerRe: How can I terminate another application? Pin
Neville Franks31-May-03 12:37
Neville Franks31-May-03 12:37 
GeneralRe: How can I terminate another application? Pin
ATC1-Jun-03 5:10
ATC1-Jun-03 5:10 
AnswerRe: How can I terminate another application? Pin
Tom Wright31-May-03 17:29
Tom Wright31-May-03 17:29 
GeneralRe: Compiled errors Pin
ATC1-Jun-03 5:07
ATC1-Jun-03 5:07 
QuestionIs pointers in C++ a headache for real world programmers? Pin
Link260031-May-03 3:00
Link260031-May-03 3:00 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
ZoogieZork31-May-03 3:19
ZoogieZork31-May-03 3:19 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
Chris Losinger31-May-03 4:17
professionalChris Losinger31-May-03 4:17 
GeneralRe: Is pointers in C++ a headache for real world programmers? Pin
leppie31-May-03 6:03
leppie31-May-03 6:03 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
Michael Dunn31-May-03 5:38
sitebuilderMichael Dunn31-May-03 5:38 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
valikac31-May-03 7:02
valikac31-May-03 7:02 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
Daniela12331-May-03 7:20
Daniela12331-May-03 7:20 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
Vikram A Punathambekar31-May-03 8:57
Vikram A Punathambekar31-May-03 8:57 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
Michael P Butler31-May-03 9:04
Michael P Butler31-May-03 9:04 
AnswerRe: Is pointers in C++ a headache for real world programmers? Pin
Bob Stanneveld31-May-03 9:25
Bob Stanneveld31-May-03 9:25 
GeneralRe: Is pointers in C++ a headache for real world programmers? Pin
Peter Weyzen31-May-03 10:15
Peter Weyzen31-May-03 10:15 

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.