i had an error that process doesnt exist
can i know what to do given that i want to start ( .exe) file from my application is there something missing
or there is something else i can use
please help
i had an error that process doesnt exist
can i know what to do given that i want to start ( .exe) file from my application is there something missing
or there is something else i can use
please help
using System.Diagnostics
BXSGolfer
now i think i will re format the question the process in compact framework 2 can i find an alternative in compact framework 1
thanks
Trent Swanson
I am guessing that you are building an app for the 1.0 version of the compact framework. If so... unfortunately the Process class only exists in 2.0.
I must admit that I am not very familiar with the compact framework so cannot give much advice on an alternative at this time, however what about this example Sadly it is in VB... but could this do what you need