custom controls icons for toolbar in ide

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

how do you add an icon to a control so it will show up with that icon in the
VS.NET IDE instead of the default gear icon? thanks
 
ToolboxBitmap does not seem to appear in intellisense when i type it before
the public class name, is this correct?
 
Brian,

* "Brian Henry said:
ToolboxBitmap does not seem to appear in intellisense when i type it before
the public class name, is this correct?

You will have to import the namespace 'System.Drawing'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top