While Running How To Restart Application As If Clicked Executable

  • Thread starter Thread starter Christopher Lusardi
  • Start date Start date
C

Christopher Lusardi

After running my application for a while, how can I restart it as it I
just clicked on it on my desktop to run it?

Thank,
Christopher Lusardi
 
Christopher Lusardi said:
After running my application for a while, how can I restart it as it I
just clicked on it on my desktop to run it?

\\\
Process.Start(Application.ExecutablePath)
Me.Close()
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top