The executable icon I've been given contains many images (with transparent regions). How do I get a bitmap handle of a specific image (e.g. the largest) to pass to a dll? I'm currently using this:
System.Drawing.Icon.ExtractAssociatedIcon(File).ToBitmap.GetHbitmap