S
studen771
THanks in advance to anyone who can help 
The only way I'm able to add my custom 16x16 toolbarbitmap image is by using
the ToolbarBitmap constructor:
ToolbarBitmap(//path to imagefilename)
I'm unable to get it to display embedding it has a 'resource' in the
assembly the control's class is contained in (either by using 2 of the other
remaining constructors for the ToolbarBitmap class)
I'm using VS.Net 2005 and this is driving me crazy. I want to keep the image
as a resource within the assembly to keep everything self contained.
Anyone?
The only way I'm able to add my custom 16x16 toolbarbitmap image is by using
the ToolbarBitmap constructor:
ToolbarBitmap(//path to imagefilename)
I'm unable to get it to display embedding it has a 'resource' in the
assembly the control's class is contained in (either by using 2 of the other
remaining constructors for the ToolbarBitmap class)
I'm using VS.Net 2005 and this is driving me crazy. I want to keep the image
as a resource within the assembly to keep everything self contained.
Anyone?