Okay, the console window will appear for me if I'm working in a console
application.
So, does this mean that all those code snippets in online documentation that
include [Console.WriteLine] ALL assume that the user is developing a console
application? It just seems odd to me that there would be hundreds of code
snippets that make this assumption without telling the reader. Am I missing
something?
honestly wondering...
"Herfried K. Wagner [MVP]" <(E-Mail Removed)> wrote in message
news:e6#T$(E-Mail Removed)...
> Hello,
>
> "Jeff S" <(E-Mail Removed)> schrieb:
> > Whenever I execute any Console commands (Console.WriteLine "yada yada
> > yada"), the console does not appear. It doesn't even flash by.
> >
> > I want to be able to use Console commands. Any ideas?
> >
> > I'm running VS.NET 2003 on XP pro/SP1.
>
> Are you sure you created a project of type "Console Application"? If you
> want to create a new console from within a Windows Forms project, you can
> use the AllocConsole PInvoke call:
>
>
http://www.google.com/groups?as_q=Al...soft.public.do
tnet.*
>
> HTH,
> Herfried K. Wagner
> --
> MVP · VB Classic, VB .NET
> http://www.mvps.org/dotnet
>
>