WinDevLib
WinDevLib copied to clipboard
Toolbox
I have just imported from the internet the tbshellLib. Should I see a toolbox?

No. The Toolbox only shows ActiveX controls you can place on the form, and tbShellLib does not contain any. While some interfaces are used to create controls, e.g. IExplorerBrowser, these are done via runtime calls, not form designer editing.
If you've used oleexp.tlb in VB6, you'll note it doesn't add any Toolbox items either-- it's the same thing here; tbShellLib just does what oleexp.tlb does for VB6 (or 32bit-only tB if you added it).