|
-
Jul 19th, 2004, 01:14 PM
#1
Thread Starter
New Member
Process.Start for Smart Device
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
-
Jul 19th, 2004, 02:13 PM
#2
I wonder how many charact
What's a Smart Device again?
-
Jul 19th, 2004, 04:37 PM
#3
Frenzied Member
What do you mean "couldn't get it to work"? Didn't compile? Exception? Can you post some code?
Mike
-
Jul 21st, 2004, 10:58 AM
#4
Thread Starter
New Member
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"
-
Jul 21st, 2004, 04:26 PM
#5
I wonder how many charact
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
-
Jul 22nd, 2004, 07:59 AM
#6
Member
need that too !
should you find the solution would be nice to recieve it too !
thx
-
Jul 23rd, 2004, 01:28 AM
#7
Member
process.start
if been looking for a solution and I think OpenNETCF.org might be a solution.
-
Jul 23rd, 2004, 09:45 AM
#8
Frenzied Member
Looks like you have to work native code - that is, do it with api calls.
http://samples.gotdotnet.com/quickst...gleobject.aspx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|