Home   |   Software   |   Practical Jokes   |   Code Corner   |   Workshops


Delphi Secret #13

Launching the Default Web Browser
 
 
     Using the WinExec command works well if you know exactly what browser they have installed or are using. However, most of the time you will not know which browser they are using. Using this command will open the default web browser to the specified URL.

Code:
uses
  UrlMon unit;

HlinkNavigateString(Nil,'http://www.geocities.com/foxware_2000/index.htm');






This page was developed by FoxWare Design & Support.
Hosted by www.Geocities.ws

1