I have created a console application in VC++ that connects to a digital camera, takes an image, zips the file and emails it to someone. I now need to wrap a VC++ GUI wrapper around the console app. I have created the basic framework of the GUI, what I want to do is now click a single button that then runs the console app, with the feedback that used to be in the DOS terminal window now displayed in the form. But I am at a loss as to how to combine the two. Any assistance would really be appreciated, I am new to C++ programming.
Thanks in advance for any helping hints or suggestions!!!