Well, when I first saw rhe new mIRC with grip bars on the toolbar and switchbar, I said to myself "Wow mIRC changed it's interface to include the bars in a control that is called a Rebar/Coolbar" (IE's Menubar + Toolbar is a Rebar Control). But after looking at the API code, I saw that the grips are only there as decoration imitating a Rebar band Grip (rebar objects can be switched arround like a MS Word kind of toolbar). If mIRC were to have that type of control (which I already tried to intergrate in a DLL and finally gave up because it's so hard to subclasse an already made program when you don't know how it manages it's interface controls and objects), It would of been a charm to add any number of draggable toolbars, and everything you want in that sort of control. The Rebar Bands act as container controls that can host any other window controls, even Dialogs and @windows.