If I have a program that is already completely coded in C++ using Visual Studio.net (Yes, windows program), is it an easy process to add a very very simple GUI/UI to it? I am just sick of using my programs in a ms-dos window, and would like some form of mouse interaction with a UI. I am not sure if I need to implement this from the beginning of the code or if it would be possible to add after the code is complete. As I said, I am only looking for a simple UI, nothing fancy at all. Can anyone help me out?