Home All Groups Group Topic Archive Search About

While Running How To Restart Application As If Clicked Executable

Author
25 May 2006 2:21 PM
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

Author
25 May 2006 2:28 PM
Herfried K. Wagner [MVP]
"Christopher Lusardi" <clusard***@aol.com> schrieb:
> 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()
///

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>