Re: Internet update component
- From: Zoran <zoranNO@xxxxxxxxxxxxx>
- Date: Fri, 09 Nov 2007 13:45:41 -0500
This code will restart running app.
procedure RestartApplication;
var
AppName : PChar;
begin
AppName := PChar(Application.ExeName);
ShellExecute(Application.Handle, 'open', AppName, nil, nil,
SW_SHOWNORMAL) ;
Application.Terminate;
end;
On Thu, 8 Nov 2007 14:11:52 +0100, "Peter Everix"
<peter.everix@xxxxxxxxxx> wrote:
Don't you have problems with replacing the exe file because it is still.
running ?
- References:
- Internet update component
- From: Peter Everix
- Re: Internet update component
- From: Matthew Jones
- Re: Internet update component
- From: Peter Everix
- Internet update component
- Prev by Date: Re: VisionLab 3.1 is available!
- Next by Date: Re: elists.org will be back soon
- Previous by thread: Re: Internet update component
- Next by thread: Re: Internet update component
- Index(es):