C
Chris Leffer
Hi.
I am playing a bit with console applications. I have a very simple Main
routine to show some text on the console:
Module Module1
Public Sub Main()
Console.WriteLine("Hello world")
End Sub
End Module
When I run the project, the DOS window opens and close automatically. I
can only see the message if I set a breakpoint on the code. Is it
possible to keep the DOS window open without a breakpoint?
Regards,
Chris Leffer
I am playing a bit with console applications. I have a very simple Main
routine to show some text on the console:
Module Module1
Public Sub Main()
Console.WriteLine("Hello world")
End Sub
End Module
When I run the project, the DOS window opens and close automatically. I
can only see the message if I set a breakpoint on the code. Is it
possible to keep the DOS window open without a breakpoint?
Regards,
Chris Leffer