Hi Angelina,
The System.Drawing.Icon class has everything you need. The Icon constructor
is overloaded, so that you can create an instance of an icon class
specifying a size, and an icon containing the image of the specified size
(if it exists) is returned. You can then use the ToBitmap method to extract
the image from it. See
http://msdn2.microsoft.com/en-us/library/system.drawing.icon.aspx

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
What You Seek Is What You Get.
> Do any one knows how can we extract all size of icons fron a icon into
> images int .NET
[quoted text clipped - 7 lines]
>
> - Angelina