Opening web pages

  • Thread starter Thread starter boskomihic
  • Start date Start date
The Declare statement has changed a bit, I think, but Im not sure...in the .NET enviornment, if you go to Help >> Search >> "api", you should see something like "API changes in .NET" that explains how APIs and such function.
 
You dont need to use [api]ShellExecute[/api] in Visual Basic .NET.

Code:
System.Diagnostics.Process.Start("http://www.visualbasicforum.com/")
 
Back
Top