Groups | Blog | Home
all groups > c# > november 2003 >

c# : launching ie from compact framework


Rustam Asgarov
11/23/2003 11:14:37 PM
Hi.
There was a thread about launching ie from windows form.
people suggested using System.Diagnostics.Process.Start();

But how can i do the same from compact framework.
I have to lauch IE on PDA (Pocket PC).

Thanks...
Girish NS
11/24/2003 12:16:03 PM
Hi,

you can use CreateProcess() API to launch IE on PDA.

There is a open source .NET CF library provided by the people of
opennetcf.org which encapsulates WIN32 APIs. Check out the following link
http://www.opennetcf.org/docs/WinAPI/OpenNETCF.WinAPI.Core.CreateProcess.html

Girish.
[quoted text, click to view]

Jane Ransom
11/24/2003 8:35:46 PM
In article <eimf$VgsDHA.2340@TK2MSFTNGP12.phx.gbl>, Rustam Asgarov
<rustam@boun.edu.tr> writes
[quoted text, click to view]
I need to know how to do a 'Shell' in c#.
Is this what you use to do it?
--
Jane Ransom in Lancaster.
If you need to email me for any other reason, put ransoms
at jandg dot demon dot co dot uk where you see ransom@deadspam.com

AddThis Social Bookmark Button