Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: router/firewall problems... Pin
Le centriste7-Apr-03 10:27
Le centriste7-Apr-03 10:27 
GeneralRe: router/firewall problems... Pin
Jeremy Falcon7-Apr-03 11:30
professionalJeremy Falcon7-Apr-03 11:30 
GeneralHelp with External Application Interfacing Pin
James A Beggs7-Apr-03 9:23
James A Beggs7-Apr-03 9:23 
GeneralRe: Help with External Application Interfacing Pin
dazinith7-Apr-03 9:31
dazinith7-Apr-03 9:31 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 9:42
James A Beggs7-Apr-03 9:42 
GeneralRe: Help with External Application Interfacing Pin
dazinith7-Apr-03 9:51
dazinith7-Apr-03 9:51 
GeneralRe: Help with External Application Interfacing Pin
Joe Woodbury7-Apr-03 9:44
professionalJoe Woodbury7-Apr-03 9:44 
GeneralRe: Help with External Application Interfacing Pin
J. Dunlap7-Apr-03 9:54
J. Dunlap7-Apr-03 9:54 
There are a number of ways to do it:

Named Pipes (I have an example of this if you're interested)
Semaphores (Global memory which is managed by a "semaphore" which makes the threads wanting to use the memory "wait in line")
Windows Messages (register your own, do WM_COPYDATA, or, yes, you can send mouse messages and keystrokes)

If you didn't create the app and it doesn't do OLE, you'll have to send keystrokes.


"Do unto others as you would have them do unto you." - Jesus

"An eye for an eye only makes the whole world blind." - Mahatma Gandhi







GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 10:09
James A Beggs7-Apr-03 10:09 
GeneralRe: Help with External Application Interfacing Pin
Joe Woodbury7-Apr-03 11:00
professionalJoe Woodbury7-Apr-03 11:00 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 11:18
James A Beggs7-Apr-03 11:18 
GeneralRe: Help with External Application Interfacing Pin
Joe Woodbury7-Apr-03 11:30
professionalJoe Woodbury7-Apr-03 11:30 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 10:11
James A Beggs7-Apr-03 10:11 
GeneralRe: Help with External Application Interfacing Pin
Joe Woodbury7-Apr-03 10:57
professionalJoe Woodbury7-Apr-03 10:57 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 11:20
James A Beggs7-Apr-03 11:20 
GeneralRe: Help with External Application Interfacing Pin
J. Dunlap7-Apr-03 11:04
J. Dunlap7-Apr-03 11:04 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs7-Apr-03 11:21
James A Beggs7-Apr-03 11:21 
GeneralRe: Help with External Application Interfacing Pin
J. Dunlap7-Apr-03 11:52
J. Dunlap7-Apr-03 11:52 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs9-Apr-03 12:07
James A Beggs9-Apr-03 12:07 
GeneralRe: Help with External Application Interfacing Pin
James A Beggs9-Apr-03 12:16
James A Beggs9-Apr-03 12:16 
GeneralC++ Coding style Pin
Emilio Guijarro7-Apr-03 9:16
Emilio Guijarro7-Apr-03 9:16 
GeneralRe: C++ Coding style Pin
Joe Woodbury7-Apr-03 9:39
professionalJoe Woodbury7-Apr-03 9:39 
GeneralRe: C++ Coding style Pin
Anonymous7-Apr-03 21:26
Anonymous7-Apr-03 21:26 
GeneralRe: C++ Coding style Pin
Joe Woodbury8-Apr-03 4:28
professionalJoe Woodbury8-Apr-03 4:28 
GeneralCDialogBar and WinXP visual styles Pin
Tim Kosse7-Apr-03 8:49
Tim Kosse7-Apr-03 8:49 

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.