Open another application upon closing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a small app that makes registry changes depending on user input.
After the changes I'd like another application (the one that the changes
affect) to open and the current app to close and be removed from memory.

I'm not sure where to start looking for a solution.

Thank you
Ron.
 
Thank you VERY much. Now just have to back up the registry keys and I'm all
set!!

Ron.
 
Capt_Ron said:
I have a small app that makes registry changes depending on user input.
After the changes I'd like another application (the one that the changes
affect) to open and the current app to close and be removed from memory.


'Microsoft.VisualBasic.Interaction.Shell',
'System.Diagnostics.Process.Start'.
 

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