Page 1 of 1

How can I call the default browser?

Posted: Mon May 30, 2005 9:54 pm
by Sub-Routine
Hello Coders,

Sorry if this has been answered, I did a few searches with little success.

I have written a program that produces output in HTML. I would like my program to call the default browser to display the page.

Thank you,
Rand

Posted: Mon May 30, 2005 10:00 pm
by Berikco
Result = RunProgram("http://www.purebasic.be")

Posted: Mon May 30, 2005 10:19 pm
by Sub-Routine
Doh! I thought I had tried that.

Thank you! I will sleep tonite :wink: