How do you assign a custom icon to an ActiveX that you just created. In other words, when you select a custom control from the components, each one has it's own icon...how do you do that?
Thanks,
Jeff
Printable View
How do you assign a custom icon to an ActiveX that you just created. In other words, when you select a custom control from the components, each one has it's own icon...how do you do that?
Thanks,
Jeff
There is a 'ToolBoxBitmap' property on the UserControl itself.
This will set the image that will appear in the toolbox when used by a client project.