how to create Visual box like windows
hi guy's i have been studying C++ for some time now can i can create programs in C++ but only in MDOS mode i just want to know how to create a Windows in box ie you know a box with text box and command buttons .
do you know any good free site that will teach you this.
i need step by step instruction please.
# 1 Re: how to create Visual box like windows
I'm guessing you are talking about going from console programming to windows programming...
.NET has a wonderful feature in this direction. It's called Windows Forms. Basically, its an easy way to program windows, though it does require the client to have a large redistributable.
I'm certain someone can point you to a good Windows Forms tutorial.