Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Loading ToolstripButton Images from another component ( rather than from Resource )
 

Loading ToolstripButton Images from another component ( rather than from Resource )

We have implemented a shared resource component, which is shared between all of our GUI libraries.

The resource component has an Imagelist and a Bitmap collection, and we would like to be able to assign the bitmaps from the resource component to ToolStripButtons.

However whenever you browse the image property on the ToolStripButton the designer will not allow you to select any images that are not in the Project resource file.

Does anyone know how to assign ToolStripButton image using the designer, reading the Bitmap from another component.


etaardvark  Friday, August 26, 2005 1:33 PM

Please, any solution about it ?? Thanksss
Alhambra Eidos Desarrollo  Tuesday, October 28, 2008 3:36 PM

You can use google to search for other answers

Custom Search

More Threads

• ToolBox Tab
• confussion into how to put progress bar into my project
• Drag 'n drop docking of controls
• Paste with default size?
• Loading form ...
• Controlling the max size of a button
• SmartTags support in a DesignSurface
• Drawing images and manipulating with that
• All Controls disappear from [Designer] and more...
• Win32 and C# Window Styles. Why different ?