Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I have 2 tabs in my program on first tab i have 10 MFCEDitBrowse control
and on second tab I have calculate button
when ever i clicked on calculate button it should called .exe file and input for .exe file is selected files in mfceditbrowse control on (tab1).selected files are not fixed it is between 1 to 10.

Please help me out I dont understand how i can give filenames(with path) from mfceditbrowse controls (dlg1) to .exe file (dlg2) as an input.

Thank you.
Posted

1 solution

Why not do your calculations within the dialog? However if you want to pass arguments to an external program you just need to add them to your exec()[^] or system()[^] function call.
 
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