views:

250

answers:

2

I am looking for the Icon's that are standard on the Messagebox control. I want to use these Icon's on my Form. Where are they located at and the names of them?

+3  A: 

Some of the icons can be found at [VS2008 home directory]\Common7\VS2008ImageLibrary\VS2008ImageLibrary.zip

gilbertc
+1  A: 

If you are just trying to use an icon, you can use an image control and set the image from System.Drawing.SystemIcons. Many standard icons are available.

Brad Bruce