PDA

Click to See Complete Forum and Search --> : INPUT Gif without using WebBroswer Control


GlaY
May 30th, 2001, 03:16 AM
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...

Xela001
May 30th, 2001, 09:13 AM
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")