I created a project in c++ that run for hours.
I want to make a simple GUI (For Windows) that will let the user to choose between some inputs,and click on “start”. and then, show him a progress bar which represent the percent of the computation that has been done. (and probably a small animation).
-
What is the best way to do this? I never made a Graphical interface before.
-
I try to use Visual Studio 2010: In new Project I choose Win32 Project, and I found where i change the menu, but I don’t know how to edit the main form. there is a tutorial?
Thanks!
The easiest way is to use the Visual Studio 2010 IDE and create a new WinForms Application templated project.
Microsoft provides tutorials on their websites and you can find many more via Google searches.