How do you start a process on a Smart Device? I've found an article on MSDN at http://msdn.microsoft.com/library/de...classtopic.asp but couldn't get it to work.
Any help is appreciated :afrog:
Printable View
How do you start a process on a Smart Device? I've found an article on MSDN at http://msdn.microsoft.com/library/de...classtopic.asp but couldn't get it to work.
Any help is appreciated :afrog:
What's a Smart Device again?
What do you mean "couldn't get it to work"? Didn't compile? Exception? Can you post some code?
Mike
Well in normal applications, this would work:
VB Code:
Process.Start("IExplore.exe", "C:\\myPath\\myFile.htm")
However, when I tried the same thing in a Smart Device application, I get an error message saying that "Name Process is not defined"
I looked it up on MSDN, and its not part of the Compact Framework. At least the documentation doesn't list the .Net Compact Framework as being a platform for the Process class.
http://msdn.microsoft.com/library/de...starttopic.asp
should you find the solution would be nice to recieve it too !
thx
if been looking for a solution and I think OpenNETCF.org might be a solution.
Looks like you have to work native code - that is, do it with api calls.
http://samples.gotdotnet.com/quickst...gleobject.aspx