Paul
Thu Sep 28 11:03:10 CDT 2006
You can use ShellExecuteEx() or CreateProcess(). Neither is wrapped in
managed code from Microsoft in .NET Compact Framework 1.0, however; you'll
have to P/Invoke them. OpenNETCF Smart Device Framework, www.opennetcf.org,
wraps those and hundreds of other APIs. You can also search the old
messages in the .NET CF newsgroup at the link below for something like
"launch internet explorer" and you'll see that you're far from the first to
ask.
http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8
Also, the Shell method is implemented in .NET CF 2.0...
Paul T.
"pukudengulata" <elvy2000@gmail.com> wrote in message
news:1159419288.710406.210180@h48g2000cwc.googlegroups.com...
> my vb.net using with the smartphones. i have to open the broswer from a
> form button
>
> like shell command in vb.net, what is the similar command in wince.net
> for the replace ment of shell command
>
> pls help me at this area
>
> thank you
> elvin prasad
> elvy2000@gmail.com
>