http://www.vb-helper.com/HowTo/gifflash.zip

	Purpose
Display a GIF with a transparent background without flashing.

	Method
If you load a GIF with a transparent background directly from a file, it
flashes annoyingly. To prevent this, load it into a hidden PictureBox first.
Then set the visible Image or PictureBox's Picture property to the hidden
PictureBox's Image property.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
