I need to insert a few flags into my program, And i want the flags to be waving. So can i insert a GIF into a Picture Box or something??
If not picture box then please suggest how i can do it.
Thank You
Printable View
I need to insert a few flags into my program, And i want the flags to be waving. So can i insert a GIF into a Picture Box or something??
If not picture box then please suggest how i can do it.
Thank You
did you not even try to load a gif?
Well like jayinthe813 asked, did you try it? That's generally my first step. My second is to pull of the MSDN documentation, here it is for the PictureBox in the remarks it has:
Finally if I have any discrepancies I google, here is a relavent result.Quote:
Typically the PictureBox is used to display graphics from a bitmap, metafile, icon, JPEG, GIF, or PNG file.