Coder's Guild Mailing List

Re: Web Links in programs

Posted by James Steele on 2001-05-12

That worked!  I never would've guessed the function would be called that!  Thank you!

/************************/

> you can use ShellExecute(), like this :
> 
> ShellExecute(NULL,"open","http://www.opengl.org",NULL,NULL,SW_SHOW);
> 
> cheers
> thomas