Click here to Skip to main content
15,914,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to resolve this compilation error? Pin
safee ullah26-May-03 23:16
safee ullah26-May-03 23:16 
AnswerRe: how to resolve this compilation error? Pin
Rage26-May-03 23:26
professionalRage26-May-03 23:26 
QuestionHow do you programmatically maintain internet connection? Pin
Abin26-May-03 23:10
Abin26-May-03 23:10 
AnswerRe: How do you programmatically maintain internet connection? Pin
Anonymous26-May-03 23:27
Anonymous26-May-03 23:27 
QuestionHOW TO CLOSE AN APP WITH ANOTHER Pin
Cheickna26-May-03 23:08
Cheickna26-May-03 23:08 
AnswerRe: HOW TO CLOSE AN APP WITH ANOTHER Pin
Rage26-May-03 23:28
professionalRage26-May-03 23:28 
GeneralRe: HOW TO CLOSE AN APP WITH ANOTHER Pin
Cheickna26-May-03 23:38
Cheickna26-May-03 23:38 
GeneralRe: HOW TO CLOSE AN APP WITH ANOTHER Pin
Rage27-May-03 0:57
professionalRage27-May-03 0:57 
Then use a user defined message (search for this here on CP or in MSDN), and use SendMessage() or PostMessage() in the first application to send it to your second application. In your second application (the one which ought to be terminated), handle your message in the message map, and end your application calling DestroyWindow() or OnOK() if it is a MFC dialog.



~RaGE();
AnswerRe: HOW TO CLOSE AN APP WITH ANOTHER Pin
Anonymous27-May-03 0:38
Anonymous27-May-03 0:38 
GeneralRe: HOW TO CLOSE AN APP WITH ANOTHER Pin
John M. Drescher27-May-03 4:43
John M. Drescher27-May-03 4:43 
AnswerRe: HOW TO CLOSE AN APP WITH ANOTHER Pin
Neville Franks27-May-03 0:40
Neville Franks27-May-03 0:40 
Questiontransparent text background on a tab control? Pin
jeremysay26-May-03 23:05
jeremysay26-May-03 23:05 
Generaladd DIALOGBAR Pin
aguest26-May-03 22:36
aguest26-May-03 22:36 
GeneralRe: How can i create a Barcode 128 in MFC?? Pin
Rage26-May-03 22:52
professionalRage26-May-03 22:52 
GeneralRe: How can i create a Barcode 128 in MFC?? Pin
Rage26-May-03 23:37
professionalRage26-May-03 23:37 
GeneralRe: How can i create a Barcode 128 in MFC?? Pin
John M. Drescher27-May-03 11:00
John M. Drescher27-May-03 11:00 
GeneralMFC Pin
frackasse26-May-03 21:52
frackasse26-May-03 21:52 
GeneralRe: MFC Pin
Rage26-May-03 22:10
professionalRage26-May-03 22:10 
Generalsubclass static control without losing its parent attribute Pin
yccheok26-May-03 21:23
yccheok26-May-03 21:23 
QuestionChange the date of a directory on Win95/98 ? Pin
Piccinano26-May-03 20:15
Piccinano26-May-03 20:15 
AnswerRe: Change the date of a directory on Win95/98 ? Pin
Chris Meech27-May-03 2:32
Chris Meech27-May-03 2:32 
GeneralHiding a pane of a Splitter Window Pin
Anonymous26-May-03 19:25
Anonymous26-May-03 19:25 
GeneralRe: Hiding a pane of a Splitter Window Pin
Rage26-May-03 22:49
professionalRage26-May-03 22:49 
GeneralCancel Button in PropertySheet Pin
Sorak26-May-03 19:05
Sorak26-May-03 19:05 
GeneralRe: Cancel Button in PropertySheet Pin
Sorak26-May-03 19:22
Sorak26-May-03 19:22 

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.