Make a WinForms app act as if launched with start /w

  • Follow


When a WinForms application is launched from the command line, it 
usually runs asynchronously, i.e., you are immediately prompted for 
another command, even though the program hasn't finished.

Is there a way to make it wait?  I know  "start /w" will do that.  But 
can I make

c:\> something.exe     (which is a WinForms app)

act like

c:\> start /w something.exe

by putting something in the program itself?
0
Reply Michael 3/26/2010 12:55:19 AM


0 Replies
202 Views

(page loaded in 0.018 seconds)


Reply: