How can i get the dimensions of an HICON? GetIconInfo() has no dimensions. i tried calling GetBitmapDimensionEx() on both the color and mask HBITMAPS returned from GetInfoInfo, but both those return (0,0) as the dimensions. Given an HICON, how can i determine its dimensions?