Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiontransferring control between 2 programs? Pin
IlanTal14-Jun-07 4:19
IlanTal14-Jun-07 4:19 
AnswerRe: transferring control between 2 programs? Pin
led mike14-Jun-07 4:26
led mike14-Jun-07 4:26 
GeneralRe: transferring control between 2 programs? Pin
IlanTal14-Jun-07 8:10
IlanTal14-Jun-07 8:10 
AnswerRe: transferring control between 2 programs? Pin
David Crow14-Jun-07 4:46
David Crow14-Jun-07 4:46 
GeneralRe: transferring control between 2 programs? Pin
IlanTal14-Jun-07 8:13
IlanTal14-Jun-07 8:13 
GeneralRe: transferring control between 2 programs? Pin
David Crow14-Jun-07 8:41
David Crow14-Jun-07 8:41 
GeneralRe: transferring control between 2 programs? Pin
IlanTal14-Jun-07 23:47
IlanTal14-Jun-07 23:47 
AnswerRe: transferring control between 2 programs? Pin
DjinnKahn14-Jun-07 5:03
DjinnKahn14-Jun-07 5:03 
maybe:

Use ::FindWindow() to check if the other program is running, and get the window handle if it is.

Use something like ::SetFocus() or ::SetForegroundWindow() to give the other program control (now that you have its window handle).
GeneralRe: transferring control between 2 programs? Pin
David Crow14-Jun-07 5:39
David Crow14-Jun-07 5:39 
GeneralRe: transferring control between 2 programs? Pin
IlanTal14-Jun-07 8:15
IlanTal14-Jun-07 8:15 
QuestionCreating array/object at runtime. Pin
Sameer_Thakur14-Jun-07 4:07
Sameer_Thakur14-Jun-07 4:07 
AnswerRe: Creating array/object at runtime. Pin
David Crow14-Jun-07 4:47
David Crow14-Jun-07 4:47 
AnswerRe: Creating array/object at runtime. Pin
Mark Salsbery14-Jun-07 7:28
Mark Salsbery14-Jun-07 7:28 
Questionwindow caption Pin
Neeraj Sinha14-Jun-07 3:56
Neeraj Sinha14-Jun-07 3:56 
QuestionRe: window caption Pin
Nelek14-Jun-07 19:46
protectorNelek14-Jun-07 19:46 
QuestionGetting Office language settings in MFC Pin
Tarek Jabri14-Jun-07 3:23
Tarek Jabri14-Jun-07 3:23 
QuestionPrinting html displayed in WebBrowser2 Pin
SgLife14-Jun-07 2:21
SgLife14-Jun-07 2:21 
AnswerRe: Printing html displayed in WebBrowser2 Pin
SgLife14-Jun-07 14:42
SgLife14-Jun-07 14:42 
QuestionC++ Exception Pin
T.RATHA KRISHNAN14-Jun-07 2:19
T.RATHA KRISHNAN14-Jun-07 2:19 
AnswerRe: C++ Exception Pin
SandipG 14-Jun-07 2:25
SandipG 14-Jun-07 2:25 
AnswerRe: C++ Exception Pin
prasad_som14-Jun-07 2:51
prasad_som14-Jun-07 2:51 
QuestionRe: C++ Exception Pin
T.RATHA KRISHNAN14-Jun-07 2:54
T.RATHA KRISHNAN14-Jun-07 2:54 
AnswerRe: C++ Exception Pin
prasad_som14-Jun-07 3:02
prasad_som14-Jun-07 3:02 
QuestionRe: C++ Exception Pin
T.RATHA KRISHNAN14-Jun-07 3:09
T.RATHA KRISHNAN14-Jun-07 3:09 
AnswerRe: C++ Exception Pin
Russell'14-Jun-07 4:12
Russell'14-Jun-07 4:12 

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.