Windows Develop Bookmark and Share   
 index > Windows Forms General > toolstrip image system.drawing.bitmap
 

toolstrip image system.drawing.bitmap

I'd like to be able to use the bitmaps that are displayed when we use "Insert Standard items" or create a BindingNavigator.

If I add a toolstrip to a form, is there any way to access the images system.drawing.bitmap?

When I click on the Image property of the Toolstrip, I can't figure out how to use the builting System.Drawing.Bitmap. It seems to only offer the import from a file.

Thanks in advanced.
Cylon2005  Saturday, February 04, 2006 12:13 PM

The images are loacted in the Form1.resx file and not in the project resources like normal images you bind.

just open the Form1.resx in the designer and you will see this images.

Moreover, the VS2005 comes with image library that contains this images and much more, usualy at:

C:\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary

Eli Gazit  Saturday, February 04, 2006 12:32 PM

The images are loacted in the Form1.resx file and not in the project resources like normal images you bind.

just open the Form1.resx in the designer and you will see this images.

Moreover, the VS2005 comes with image library that contains this images and much more, usualy at:

C:\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary

Eli Gazit  Saturday, February 04, 2006 12:32 PM

Hello, i need some help regarding toolstripbutton appearance.

I would like to code something that will change all the appearance of my buttons.

So that when I click a button the all my toolstipbuttons are displayed Image and Text

and when I click another button all my toolstripbuttons are displayed Image only.

So far I need to change all the display property for all my toolstripbuttons.

Is there a faster/better/nicer way ?

Thank you.

MoKaLux  Wednesday, April 23, 2008 8:52 PM

You can use google to search for other answers

Custom Search

More Threads

• How can I get Select EventHandler for ToolStripMenuItem
• C# listbox
• Button Click Help
• Enter key on a DataGridViewTextBox control
• Client Certificates and Membership provider
• expanded treeview search
• Keyevents and Keycode
• CheckedListBox: Reading/Setting Item Checked State Programmatically
• BackgroundWorker, UI and Array
• How to retrieve selected folders on OpenFileDialog ?