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()
///
 
Back
Top