I have a vb.net desktop application which is migrated from vb6.
There is a button click on which Shell or Prcess.Start method launch an exe.
Now user resize the exe window.
I want that on clicking of button again will launch or refresh the exe in already existing exe window. No new window should open and size of window remain as it was set by the user.
Used AppActivate method but it only set the focus to existing exe window not refreshing the exe on window.
Is there any way to to do this. Thanks in advance.