vb.net - Exiting a .NET Windows Forms application from the command line -


i have written windows application, can take in command line arguments , can run command line scheduled task. works fine, trying give user feedback on console if launch thee.

i have used information described in console output windows forms application , have got output on command line, when application finishes not drop command prompt unless hit enter. sits there waiting.

what missing?

console.writeline("press enter exit") console.readline() 

before program ends.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -