hey wat sup! DuDes!!
just wondering how to input a gif.file without using the WebBroswer
control...and plz explain step by step...i'm still learning this programming langauge...
thank-you...
Printable View
hey wat sup! DuDes!!
just wondering how to input a gif.file without using the WebBroswer
control...and plz explain step by step...i'm still learning this programming langauge...
thank-you...
You only need to use the loadpicture-function and pass it to any picture-handle (PictureBox, StdPicture,...). It is used like:
picture1.picture=LoadPicture("C:\MyPic.gif")