Link to home
Start Free TrialLog in
Avatar of lindsoe
lindsoe

asked on

Bands Object in Delphi

I'm interested in sample-code showing how to use
bands objects in Delphi.

Bands objects are described:

http://msdn.microsoft.com/developer/sdk/inetsdk/help/itt/Shell/Bands.htm



Thanks

Per Larsen
Avatar of RoryBecker
RoryBecker

I don't know about all the different types of bands mentioned but I do know that the Coolbands in delphi 3 have been designed to create the exact same effect as the toolbar in IE4.

What you do is create a coolbar on a form and double click it to run the bands editor add as many bands as you like.

Now place on the form, those components that you want to add to a band.

For instance a toolbar with several buttons on or maybe a dropdown menu
Select each band in the bands editor and use the object inspector to set the control property of each band to the control that you think it should contain.


And presto you have your very own IE4 Toolbar

Hope this helps

Rory Becker
Avatar of lindsoe

ASKER

What I'm looking for is a Delphi-implementation of Explorer-bands, which can add new Explorer-bars in IE4. It is not possible to use Delphi Coolbands for this purpose.
Sorry, that I wasn't precise about this in my question.


Per
ASKER CERTIFIED SOLUTION
Avatar of BlackMan
BlackMan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial