Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Where are the "Standard Menu Icons" located?
 

Where are the "Standard Menu Icons" located?

I'm writing a windows formsapp in C#using VS2005 under XP Pro SP3.

I'm looking for the file where the Standard Menu Items Icons are stored in.

Specifically, I'm looking for the icons for the standard Help Menu items:
1) the Contents icon - the book with the overlaid question mark
2) the Index icon - the page icon with the overlaid question mark
3) the Search icon - the magnify glass

Thanks,
Paul

PMBottas  Thursday, April 23, 2009 12:24 AM
Icons are stored internally in stored in the following dll

C:\WINDOWS\system32\shell32.dll
Thanks, A.m.a.L | [Remember to click "mark as answered" when you get a correct reply to your question]
A.m.a.L - aditi.com - Think Product  Thursday, April 23, 2009 5:43 AM
Icons are stored internally in stored in the following dll

C:\WINDOWS\system32\shell32.dll
Thanks, A.m.a.L | [Remember to click "mark as answered" when you get a correct reply to your question]
A.m.a.L - aditi.com - Think Product  Thursday, April 23, 2009 5:43 AM

You can use google to search for other answers

Custom Search

More Threads

• Problem with DataGridView CustomControl
• flicking effect
• Event handling in design time mode
• How to know if a component is dragged to the designer surface?
• 'System.Windows.Forms.Label' does not contain a definition for 'PreferredHeight'
• TreeNodes with checkboxes
• Form Border Color Design/Appearance
• DefaultValue question
• Adding controls at design time
• Conditional Compilation and the Windows Form Designer