I have written a "Win32 Console Application." When I compile it, the ENTIRE monitor screen (Windows desk top and all!) blanks out for a moment. Then everthing, including the VC++ window reappears. The same thing happens when I build (link) the exe file. When I execute the program, the entire monitor screen turns into a DOS screen to run the program. Why doesn't VC++ just open a "DOS window" to execute the program? And how can I stop the annoying blanking out during the compile and link steps? Although I have programmed ANSI C++ before, I am a new user with Visual C++ 6.0, actually the free "Introductory Edition" that came with a Deitel textbook. I am also running Windows 2000. Thanks.