PDA

Click to See Complete Forum and Search --> : links


Wally
Aug 29th, 1999, 09:04 PM
How can i make a current browser window go to an internet site by clicking a button?

------------------
Kåô§

mRoberts
Sep 4th, 1999, 05:40 AM
Use the Shellexecute API, and send it the "open" parameter with the URL. This will open the default web browser to the URL. V-b world has some good examples.