While Running How To Restart Application As If Clicked Executable

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christopher Lusardi

    #1

    While Running How To Restart Application As If Clicked Executable

    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

  • Herfried K. Wagner [MVP]

    #2
    Re: While Running How To Restart Application As If Clicked Executable

    "Christophe r Lusardi" <clusardi2k@aol .com> schrieb:[color=blue]
    > 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?[/color]

    \\\
    Process.Start(A pplication.Exec utablePath)
    Me.Close()
    ///

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

    Comment

    Working...