Windows Develop Bookmark and Share   
 index > Windows Forms General > Finding Images and Icons
 

Finding Images and Icons

I have been trying to locate the source of the icons used on standard controls such as the BindingNavigator.

I presume that there must be a large number of icons freely available on my machine, but cannot work out where they are.

Also, are there are any freely available sets of icons that are of general use?

Phil Gameson  Tuesday, September 22, 2009 9:43 AM

take a look at the vs image library. ( http://msdn.microsoft.com/en-us/library/ms246582(VS.80).aspx) [there's also one for vs 2008]

WM_HOPETHISHELPS
-thomas woelfer


http://www.die.de/blog
  • Marked As Answer byPhil Gameson Wednesday, September 23, 2009 8:48 AM
  •  
thomas_woelfer  Tuesday, September 22, 2009 10:53 AM

take a look at the vs image library. ( http://msdn.microsoft.com/en-us/library/ms246582(VS.80).aspx) [there's also one for vs 2008]

WM_HOPETHISHELPS
-thomas woelfer


http://www.die.de/blog
  • Marked As Answer byPhil Gameson Wednesday, September 23, 2009 8:48 AM
  •  
thomas_woelfer  Tuesday, September 22, 2009 10:53 AM

Thomas,

Thanks, that is exactly what I was looking for!

Phil Gameson  Wednesday, September 23, 2009 8:48 AM

You can use google to search for other answers

Custom Search

More Threads

• Detecting if preview mode
• How to play a video fullscreen?
• printerproperties
• Get data from datagrid - compact framework
• Gradient Fill
• Handling Maximize/Restore button
• Creating regular exe file
• align columnheader`s text - how to?
• Setting Row-level properties on DataGridView at runtime
• Passing Huge Structure Between Managed and Unmanaged Code BOTH WAYS