Hello All,
I'm writing a program to launch an application in VB.net using SharpDevelop.
I'm getting the ",,, has stopped working" dialog box when I use the process.start("Application Path")
If I link to the application shortcut on the desktop using the process.start it works.
If I remove the "Start in:" path from the shortcut and double click on it I get the same "... has stopped working"
Does anyone know how to pass the "Start in" information using the process.start command.
Or know another command that would work to do this.
Any Help would be great. I don't have much hair left to pull out.