"wayne calvert" <wayne-calvert@msn.com> schrieb:
> just started learning vb.net and i'm having problem with console
> applications. according to the book i using when i put out the old 'Hello
> from Visual Basic' thing i should be able to see it followed by a line
> saying 'Press any key to continue'. however my console opens (i think
> displays my 'Hello from Visual Basic' ) then closes immediatly.
Add a 'Console.Read()' after the calls to 'WriteLine'.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
wayne calvert - 24 Oct 2004 13:56 GMT
cheers
> "wayne calvert" <wayne-calvert@msn.com> schrieb:
> > just started learning vb.net and i'm having problem with console
[quoted text clipped - 4 lines]
>
> Add a 'Console.Read()' after the calls to 'WriteLine'.