Thomas Stutz
Global Moderator
Hero Member
    
Offline
Beiträge: 1784

|
 |
« Antworten #1 am: 29.08.2002, 13:16:12 » |
|
Hi,
You'll find the IE5 Tools Package at the euromind page.
With it it's easy to add a IE toolbar:
[font size=2 face="Courier New"][font color="#000000"]var S: string; begin S := AddExplorerBar(Sample Explorer Bar', 'http:[font color="#000080"]//www.somewhere.com/mypage.htm', 200,TRUE); [/font]AddToolbarBtn(True, EXPLORER_BAR, 'Explorer Bar', 'light.ico', 'gray.ico', S); end; [/font][/font]
[a href="http://www.euromind.com/iedelphi/ie5tools.htm" target="_blank"]http://www.euromind.com/iedelphi/ie5tools.htm[/a]
|