A
A.M-SG
Hi,
Using visual studio 2005 and .NET 2.0, when I right click on a toolbar strip
and choose "Insert Standard Items", the IDE adds standard buttons and icons
to the toolbar. So far everything is cool.
Now, I tried to fin where the added ICONS comes from, no clue!. The only
thing that I could find is the following line in the designer generated
code:
this.saveToolStripButton.Image =
((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
I searched google and MSDN for "saveToolStripButton.Image" to see what is it
and where it comes from, still no clue.
Could you explain where "saveToolStripButton.Image" comes from and is there
any place to list all embedded images within framework?
Any help would be appreciated,
Alan
Using visual studio 2005 and .NET 2.0, when I right click on a toolbar strip
and choose "Insert Standard Items", the IDE adds standard buttons and icons
to the toolbar. So far everything is cool.
Now, I tried to fin where the added ICONS comes from, no clue!. The only
thing that I could find is the following line in the designer generated
code:
this.saveToolStripButton.Image =
((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
I searched google and MSDN for "saveToolStripButton.Image" to see what is it
and where it comes from, still no clue.
Could you explain where "saveToolStripButton.Image" comes from and is there
any place to list all embedded images within framework?
Any help would be appreciated,
Alan