I have an application that I am using the Shell command to run. My application is in another folder. However, the application I am trying to run will not run even when passed an argument which it needs. The problem is that somehow my VB program needs to be in the application's folder in order to run. That is not possible in this case.
The closes example is when you check the properties of a desktop icon and it has a "Start In:" parameter. In VB 6 what could I do to fake out the program being called into thinking I am actually in it's folder when it is being called?
The closes example is when you check the properties of a desktop icon and it has a "Start In:" parameter. In VB 6 what could I do to fake out the program being called into thinking I am actually in it's folder when it is being called?