WinDevLib icon indicating copy to clipboard operation
WinDevLib copied to clipboard

Toolbox

Open uwbwsvd opened this issue 2 years ago • 1 comments

I have just imported from the internet the tbshellLib. Should I see a toolbox? grafik

uwbwsvd avatar Mar 08 '23 17:03 uwbwsvd

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).

fafalone avatar Mar 09 '23 06:03 fafalone