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?

link|improve this question

I have also been trying to use WriteableBitmap to save an ImageSource to a Base64 string and the string always comes out as a blank image string, what is wrong with WriteableBitmap in VB? – JasperS Oct 9 '11 at 11:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.