Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: controlling 2 apps Pin
khan++29-Aug-06 0:24
khan++29-Aug-06 0:24 
GeneralRe: controlling 2 apps Pin
Rage29-Aug-06 1:32
professionalRage29-Aug-06 1:32 
GeneralRe: controlling 2 apps Pin
John M. Drescher29-Aug-06 1:40
John M. Drescher29-Aug-06 1:40 
GeneralRe: controlling 2 apps Pin
khan++29-Aug-06 1:50
khan++29-Aug-06 1:50 
GeneralRe: controlling 2 apps [modified] Pin
jamni29-Aug-06 16:03
jamni29-Aug-06 16:03 
GeneralRe: controlling 2 apps Pin
khan++29-Aug-06 21:10
khan++29-Aug-06 21:10 
GeneralRe: controlling 2 apps Pin
jamni30-Aug-06 15:50
jamni30-Aug-06 15:50 
AnswerRe: controlling 2 apps Pin
Stephen Hewitt29-Aug-06 13:52
Stephen Hewitt29-Aug-06 13:52 
There are multiple ways you could do this. I'll call your application the "client" and the application you want to control the "server". Does the "server" support automation? If so you may be able to control it using COM. If not you could try using SendMessage to control the application by sending it WM_COMMAND messages.

Steve

Questionhow to know [modified] Pin
RockyJames28-Aug-06 22:09
RockyJames28-Aug-06 22:09 
AnswerRe: how to know Pin
velayudhan_raj28-Aug-06 22:20
velayudhan_raj28-Aug-06 22:20 
GeneralRe: how to know Pin
RockyJames28-Aug-06 22:27
RockyJames28-Aug-06 22:27 
GeneralRe: how to know Pin
velayudhan_raj28-Aug-06 23:12
velayudhan_raj28-Aug-06 23:12 
QuestionNetFileEnum again Pin
Richard Ernstberger28-Aug-06 21:47
Richard Ernstberger28-Aug-06 21:47 
QuestionRe: NetFileEnum again Pin
David Crow29-Aug-06 3:05
David Crow29-Aug-06 3:05 
AnswerRe: NetFileEnum again Pin
Richard Ernstberger29-Aug-06 5:27
Richard Ernstberger29-Aug-06 5:27 
QuestionBroadcastSystemMessage()??? Pin
Programm3r28-Aug-06 20:49
Programm3r28-Aug-06 20:49 
AnswerRe: BroadcastSystemMessage()??? Pin
Hamid_RT28-Aug-06 20:56
Hamid_RT28-Aug-06 20:56 
AnswerRe: BroadcastSystemMessage()??? Pin
David Crow29-Aug-06 3:00
David Crow29-Aug-06 3:00 
Questionusing tab control to a form view Pin
kiranin28-Aug-06 20:38
kiranin28-Aug-06 20:38 
QuestionRe: using tab control to a form view Pin
David Crow29-Aug-06 2:54
David Crow29-Aug-06 2:54 
QuestionLoad VC++ DLL with Java Pin
P S V Subba Reddy28-Aug-06 20:08
P S V Subba Reddy28-Aug-06 20:08 
AnswerRe: Load VC++ DLL with Java Pin
_AnsHUMAN_ 28-Aug-06 20:37
_AnsHUMAN_ 28-Aug-06 20:37 
Questionoverwritng the location in the same file Pin
Rajiya28-Aug-06 20:06
Rajiya28-Aug-06 20:06 
AnswerRe: overwritng the location in the same file [modified] Pin
Hamid_RT28-Aug-06 20:32
Hamid_RT28-Aug-06 20:32 
GeneralRe: overwritng the location in the same file Pin
toxcct28-Aug-06 21:41
toxcct28-Aug-06 21:41 

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.