1.

Solve : displaying a graphics file?

Answer»

Perhaps some one can SUGGEST the simplest manner of writing a program which displays a graphics file, such as a gif file. Let's assume that I understand the manner in which the pixels are stored in a gif file. Let's assume that I can utilized any common programming language, such as C++, or QBasic, or assembly language.

I would appreciate any replies, thanks.why don't you just USE a PICTUREBOX?

MyPictureBox.Image = System.Drawing.Image.FromFile("C:\Mypicture.gif")



Discussion

No Comment Found