Quote Originally Posted by Edgemeal
Or instead of using .Picture in the save command try using the .Image.
' AutoRedraw on
' Draw stuff
SavePictureFromHDC(Picture1.Image,.... ' save it
Finally got around to trying your suggestions.

This works flawlessly; you rock. Thanks!

I'm marking this thread resolved, though I may post some followup questions as I get time to play with the PNG format. GIF will suffice in the meantime.