I need help on how to extract the various images from an icon file ie 256 x 256, 48 x 48, 32 x 32, 24 x 24, 16 x 16 etc.
Am a vb6 and vb.net average programmer, and would be ok if help comes from any of the programming languages i mentioned
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ExctactIconorExtractIconExget icons from a file, returning icon handle(s).DrawIconorDrawIconExdraw them using the handles.Alternatively,
Bitmap.FromHICONin .net creates an image from an icon handle.DestroyIconfrees resources allocated byExtractIcon/ExtractIconEx.