launching ie from compact framework

  • Thread starter Thread starter Rustam Asgarov
  • Start date Start date
R

Rustam Asgarov

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...
 
Rustam Asgarov said:
Hi.
There was a thread about launching ie from windows form.
people suggested using System.Diagnostics.Process.Start();
I need to know how to do a 'Shell' in c#.
Is this what you use to do it?
 
Back
Top