B Brian Henry Feb 1, 2004 #1 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
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
H Herfried K. Wagner [MVP] Feb 1, 2004 #2 * "Brian Henry said: 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 Click to expand... <http://groups.google.de/[email protected]>
* "Brian Henry said: 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 Click to expand... <http://groups.google.de/[email protected]>
B Brian Henry Feb 1, 2004 #3 ToolboxBitmap does not seem to appear in intellisense when i type it before the public class name, is this correct?
ToolboxBitmap does not seem to appear in intellisense when i type it before the public class name, is this correct?
H Herfried K. Wagner [MVP] Feb 1, 2004 #4 Brian, * "Brian Henry said: ToolboxBitmap does not seem to appear in intellisense when i type it before the public class name, is this correct? Click to expand... You will have to import the namespace 'System.Drawing'.
Brian, * "Brian Henry said: ToolboxBitmap does not seem to appear in intellisense when i type it before the public class name, is this correct? Click to expand... You will have to import the namespace 'System.Drawing'.
B Brian Henry Feb 2, 2004 #5 oh alright, thanks! Herfried K. Wagner said: Brian, You will have to import the namespace 'System.Drawing'. Click to expand...
oh alright, thanks! Herfried K. Wagner said: Brian, You will have to import the namespace 'System.Drawing'. Click to expand...