I'm converting Joe Stegman's source code (available here) from c# to vb and everything goes smoothly with no errors but in the vb version only the 256x256 24bit icons are displayed.
All other icons have their size and bit depth set and the WriteableBitmap.Pixels data of the parsed icon seems to be populated but when I set the WriteableBitmap to an Image.Source it's as if it's blank.
Is there something that need to be done with WriteableBitmap in vb that I'm missing?