how do i make a program look "pretty"?

closed account (LAfSLyTq)
i made a program that works good but its only a console program... how would i make it look like a windows form application?
Widgetry programming is an entirely different beast from console programming. If you are interested, you can look up some WinAPI tutorials on google. Or if you want a crossplatform (and arguably easier) option, you can get a widgetry lib like wxWidgets or Qt (google them -- they have tutorials on their site).
closed account (LAfSLyTq)
tutorial?
closed account (LAfSLyTq)
lol, i know what a tutorial is, i was wondering if you could redirect me to one buddy xD
i cant seem to find one that goes into any detail, just explainations.
Don't know of any good WinAPI tutorials off hand. But like I said, just google it and you'll get a million hits.

wxWidgets and Qt likely have a "Tutorials" link either right on their home page, or in the "documents" subsection on their site
If you want a "windows form application" then you don't have much choices, do you ?
er, yeah he does.
Topic archived. No new replies allowed.