Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionQ: Launching exe from within C++ console app [modified] Pin
infonaut21-Oct-06 23:58
infonaut21-Oct-06 23:58 
AnswerRe: Q: Launching exe from within C++ console app Pin
Sceptic Mole22-Oct-06 1:35
Sceptic Mole22-Oct-06 1:35 
AnswerRe: Q: Launching exe from within C++ console app Pin
Michael Dunn22-Oct-06 9:52
sitebuilderMichael Dunn22-Oct-06 9:52 
GeneralRe: Q: Launching exe from within C++ console app Pin
infonaut23-Oct-06 4:49
infonaut23-Oct-06 4:49 
QuestionProcessing the 'X' button in a SDI Pin
Tara1421-Oct-06 23:56
Tara1421-Oct-06 23:56 
AnswerRe: Processing the 'X' button in a SDI Pin
Gary R. Wheeler22-Oct-06 3:39
Gary R. Wheeler22-Oct-06 3:39 
GeneralRe: Processing the 'X' button in a SDI Pin
Tara1422-Oct-06 7:45
Tara1422-Oct-06 7:45 
GeneralRe: Processing the 'X' button in a SDI Pin
Gary R. Wheeler22-Oct-06 8:03
Gary R. Wheeler22-Oct-06 8:03 
You'll need to add an OnSysCommand()[^] handler to your view class, and look for the nID value to be set to SC_CLOSE. If you're writing an SDI application, you can also process this command in your CFrameWnd-derived[^] class.


Software Zen: delete this;

GeneralRe: Processing the 'X' button in a SDI Pin
Tara1422-Oct-06 8:30
Tara1422-Oct-06 8:30 
GeneralRe: Processing the 'X' button in a SDI Pin
Mark Salsbery22-Oct-06 8:56
Mark Salsbery22-Oct-06 8:56 
GeneralRe: Processing the 'X' button in a SDI Pin
Tara1422-Oct-06 12:59
Tara1422-Oct-06 12:59 
GeneralRe: Processing the 'X' button in a SDI Pin
Mark Salsbery22-Oct-06 16:03
Mark Salsbery22-Oct-06 16:03 
GeneralRe: Processing the 'X' button in a SDI Pin
Tara1423-Oct-06 3:18
Tara1423-Oct-06 3:18 
GeneralRe: Processing the 'X' button in a SDI Pin
Mark Salsbery23-Oct-06 6:02
Mark Salsbery23-Oct-06 6:02 
GeneralRe: Processing the 'X' button in a SDI Pin
Mark Salsbery23-Oct-06 6:07
Mark Salsbery23-Oct-06 6:07 
GeneralRe: Processing the 'X' button in a SDI Pin
Tara1423-Oct-06 6:18
Tara1423-Oct-06 6:18 
QuestionRe: Processing the 'X' button in a SDI Pin
David Crow23-Oct-06 4:21
David Crow23-Oct-06 4:21 
AnswerRe: Processing the 'X' button in a SDI Pin
Tara1423-Oct-06 4:32
Tara1423-Oct-06 4:32 
QuestionHow to change tab item's height?selected and unselected. Pin
314159265321-Oct-06 23:20
314159265321-Oct-06 23:20 
QuestionDNS Pin
picasso221-Oct-06 18:28
picasso221-Oct-06 18:28 
QuestionRe: DNS Pin
David Crow23-Oct-06 4:24
David Crow23-Oct-06 4:24 
AnswerRe: DNS Pin
Mark Salsbery23-Oct-06 6:24
Mark Salsbery23-Oct-06 6:24 
Questionstill CDib 2 Pin
gentleguy21-Oct-06 17:35
gentleguy21-Oct-06 17:35 
AnswerRe: still CDib 2 Pin
S Douglas21-Oct-06 21:00
professionalS Douglas21-Oct-06 21:00 
AnswerRe: still CDib 2 Pin
Hamid_RT22-Oct-06 1:40
Hamid_RT22-Oct-06 1:40 

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.