On 25 Oct 97 Francois Piette said to Bryan Smith...
FP> Launch Delphi 3, then goto the 'component' menu, then 'import an
FP> ActiveX'. In the list, choose 'Microsoft Internet Controls (Version 1.
FP> 0)' then click on the install button.
FP> You can easily create a web browser by dropping a TWebBrowser on a
FP> form and writing code such as:
FP> procedure TChrBrowserForm.BorlandButtonClick(Sender: TObject);
FP> begin
FP> WebBrowser1.OleObject.Navigate('http://www.borland.com');
FP> end;
Thanks, Francois. Fantastic! Everyone with Delphi 3 should try this.
--- PPoint 2.00
---------------
* Origin: Kingston, Canada (1:249/109.11)
|