How can I call the default browser?

Windows specific forum
Sub-Routine
User
User
Posts: 82
Joined: Tue May 03, 2005 2:51 am
Location: Wheeling, Illinois, USA
Contact:

How can I call the default browser?

Post 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
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Result = RunProgram("http://www.purebasic.be")
Sub-Routine
User
User
Posts: 82
Joined: Tue May 03, 2005 2:51 am
Location: Wheeling, Illinois, USA
Contact:

Post by Sub-Routine »

Doh! I thought I had tried that.

Thank you! I will sleep tonite :wink:
Post Reply