How do i open a program from a button
-
How do i open a program (.exe) from a button on another program?
-
How do i open a program (.exe) from a button on another program?
-
Sorry ravi, that didn't help at all. I tried it, gave me a bunch of different error's
Error 3 Unrecognized escape sequence
-
Sorry ravi, that didn't help at all. I tried it, gave me a bunch of different error's
Error 3 Unrecognized escape sequence
-
Sorry ravi, that didn't help at all. I tried it, gave me a bunch of different error's
Error 3 Unrecognized escape sequence
Well, without the source code, I would hazard a guess and say that you're not double-back-slashing your constant string like this: "C:\\Program Files\\Some Program Folder\\SomeExe.exe" Am I "write"? Of course, if this IS the case, I would suggest reading a little bit in a "learn to code in C in 21 days" or C# for dummies book... If I am wrong, well, try posting some source code o we can see what you're doing wrong.
-
Well, without the source code, I would hazard a guess and say that you're not double-back-slashing your constant string like this: "C:\\Program Files\\Some Program Folder\\SomeExe.exe" Am I "write"? Of course, if this IS the case, I would suggest reading a little bit in a "learn to code in C in 21 days" or C# for dummies book... If I am wrong, well, try posting some source code o we can see what you're doing wrong.
-
Ya, there it is. That and i forgot to put in the System.Diagnostics; Thank you ravi
-
Ravi Bhavnani wrote:
Am I "write"?
Looks like Cobol. Perhaps FileStream.CanWrite would work better :)
-
Ravi Bhavnani wrote:
Am I "write"?
Looks like Cobol. Perhaps FileStream.CanWrite would work better :)