Click to See Complete Forum and Search --> : Running External Programs


October 13th, 1999, 10:05 AM
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

czimmerman
October 13th, 1999, 01:55 PM
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.