I am currently using the toolbar control that comes with the Microsoft Windows Common Controls 6.0 (SP3) OCX (MSCOMCTL.OCX) that comes with Visual Studio. This OCX however comes with a whole host of other controls that I dont need or want in my application.

When I package and distribute this application, the whole OCX is included in the package. This adds to the size of the setup which is annoying, but when I load a form with the toolbar control on it, is the whole OCX loaded into memory, or only the toolbar control itself? The application I am developing really needs to have an absolute minimal amount of resources used.

So, my question is, is there a stand alone OCX version of the toolbar control, or another that has identical or similar functionality, is there a tool I can use to extract this control out of the OCX (is that even legal to do?), or do I really not need to worry about it?

If anyone can offer some insight into this, I would be most appreciative

Thanks.