PDA

Click to See Complete Forum and Search --> : How to assign an Icon to an ActiveX Control


jeffo
Apr 26th, 2001, 10:11 PM
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

simonm
Apr 27th, 2001, 05:48 AM
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.