Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hai everyone,
I am working in vc++ SDI application.And also i have a executable dialog based application which contains some input and calculations.Now my need is to make some actions in sdi using the input from dialog.Is it possible to connect SDI and dialog based appln in VC..Pls giva me some suggestions..
Posted
Updated 10-Feb-10 19:51pm
v2

1 solution

Things will be much more compilcated if you want the SDI and the dialog in two different applications. You will need to use one of the Inter process communication[^] technique. It is a bit difficult to guide in which is the most appropriate because you didn't provide a lot of information about what should be exchanged precisely.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900