Is there a method or starting up an instance of (eg) Internet Explorer and specifying the internet address from VB, without resorting to using COM?
Cheers
Printable View
Is there a method or starting up an instance of (eg) Internet Explorer and specifying the internet address from VB, without resorting to using COM?
Cheers
You can use the ShellExecute API function. See http://www.freevbcode.com/ShowCode.Asp?ID=12 for an example. This will open the web page in the default browser.