The code is very simple if running CF 2.0 or later, simply write something like the following:
System.Diagnostics.Process.Start("http://www.google.com", "");The above works because Process wraps ShellExecute. In fact that code also works on the desktop too.
1 comment:
People should read this.
Post a Comment