OWLNext currently does not provide control classes encapsulating the Toolbar and Rebar common controls. For applications that wish to use these standard Windows controls — rather than TControlBar or TDockableControlBar based on the OWL-specific TGadgetWindow class — it would be helpful to have encapsulating classes designed to work well within OWLNext.
Original description: By default, OWLNext doesn't seem to have a built-in XP Style toolbar and users have to manually do inheriting and handling various messages like painting to create an XP style toolbar. I hope that the future release would have a built-in XP Style Toolbar eliminating too much coding. Other frameworks like WTL by default supports the XP Style toolbar without the need to do inheritance and handling of appropriate messages.
Anonymous