Ok, I see what you are all saying. This is the problem.
Lets say I have a monitor in a program that downloads an update. It is a
self extracting exe file.
I need to shut down the program, send the update, and then restart the
program.
Has anyone does this before or something close to it?
________________________________
From: Ken Tucker [MVP] [mailto:
[email protected]]
Sent: Saturday, August 28, 2004 4:11 PM
To: microsoft.public.dotnet.languages.vb
Subject: Re: Make Program Restart
Hi,
Use process.start to start a new instance of the program before you
kill the old instance.
Ken