Hi,
I have a C++ program (built in Visual Studio 2010) and want to add a user interface to package it up. I've been reading around about windows forms and the win32 API, and found loads of tutorials showing how to create interfaces but I can't find any advice on linking everything together.
Basically, what I want to know is what is the best way (it may not be windows forms or win32) for me to create a GUI if I already have a working program in VS? and can anyone recommend a tutorial/reference that explains how to use a GUI to call and run a C++ program.
Please excuse my ignorance. I'll happily admit I'm a complete novice.
Thanks in advance,
Victoria