I have a console application that obviously uses the parameters the user inputs on the command line.
I want to move this to a GUI application and have the user enter in the same information in an edit box on the GUI.
In my console application, I am looking at the number of parameters using int argc in the main function as well as the pointer to the arguments (argv). How can I do the same thing in a GUI?
Thanks
fergmj
I want to move this to a GUI application and have the user enter in the same information in an edit box on the GUI.
In my console application, I am looking at the number of parameters using int argc in the main function as well as the pointer to the arguments (argv). How can I do the same thing in a GUI?
Thanks
fergmj