I am afraid that these two questions are different,because
one built an WIN32 application while the other built an
WIN32 Console Application.I have never built an Win32 application,so,I
don't know.
So, the problem here is that you're trying to write a program with windows (that's a lower case w), and you instead get a console program, or that you can't get the console to stay open after the program finishes?
If it's the latter, I agree with Bazzy. Read this: http://www.cplusplus.com/forum/beginner/1988/
Otherwise, I'll need the name of the IDE you're using.