PIN
May 25th, 1999, 11:10 PM
how can a open a page on the "default webbrowser" ?
|
Click to See Complete Forum and Search --> : open a webpage on default webbrowser ? PIN May 25th, 1999, 11:10 PM how can a open a page on the "default webbrowser" ? PIN May 25th, 1999, 11:33 PM PS: in VC++ Lior May 25th, 1999, 11:50 PM ShellExecute(NULL, NULL, szLink, NULL, NULL, SW_SHOWNORMAL); where szLink is the link's string, ofcourse codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |