I haven't done software development in a long time and have forgotten all my
vb knowledge but I need to make this program that will load another one.
Basically I had a 3rd party program I need to load a specific application, but the application can't be renamed so I need to make a
vb app that the 3rd party app will load which well in turn load the app I need.
So 3rdparty -loads-> vbapp -loads-> application
If you someone could suggest simple code on how to do this it would be greatly appreciated.