Hi!

All the tutorials on this page deals with creating some kind of DOS applications.
Can anyone PLEASE tell me how to make normal applications (like with forms and buttons and stuff) without some stupid DOS window popping up all the time?
I've seen some answers on similar questions; most people respond with really dumb, simple answers like 'use win32' or really cryptical answers, which are even worse.
I'm using a command-line C++ compiler (Borland 5.5). Should I just add some command line arguments or something??

Thanx