Heike Posted December 9, 2003 Posted December 9, 2003 I have just created my own control. I know how to include it into my toolbox. But I want my control to have a specific icon in the toolbox. How can I do it? Quote
AlexCode Posted December 9, 2003 Posted December 9, 2003 Use the System.Drawing.ToolboxBitmapAttribute class. Alex :D Quote Software bugs are impossible to detect by anybody except the end user.
Engine252 Posted December 9, 2003 Posted December 9, 2003 <ToolboxBitmap("c:\path_to_a_bitmap_16x16")> _ Public Class YourMainClass 'your functions end class Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.