Application End and Reload Question

  • Thread starter Thread starter John Lepone
  • Start date Start date
J

John Lepone

I have a Windows application written in VB.NET and need it to completely
end execution and reload. Any thoughts on how I might be able to
accomplish this task?
 
* John Lepone said:
I have a Windows application written in VB.NET and need it to completely
end execution and reload. Any thoughts on how I might be able to
accomplish this task?

You will need a 2nd application which you can start from the 1st
instance and which starts the 2nd instance. Use 'Shell' or
'System.Diagnostics.Process.Start' to start an application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top