how to display a gif image in vb.net and vb?
-
hi there i have a gif image file that has to be displayed on the form can anyone help me. i have tried with picture box and image options , they are showing the pic but it is not playing the image image has some motion . bharath.s
Select the imageurl property of an image control and go. It even animates in the designer. :) Also refer to http://www.a1vbcode.com/vbtip.asp?ID=6 --Dimple
-
hi there i have a gif image file that has to be displayed on the form can anyone help me. i have tried with picture box and image options , they are showing the pic but it is not playing the image image has some motion . bharath.s
draw picturebox on you from and use methond Picturbox1.Image = Images.FromFile(Path as string) ................
-
draw picturebox on you from and use methond Picturbox1.Image = Images.FromFile(Path as string) ................
Socheat.Net wrote:
Picturbox1.Image = Images.FromFile(Path as string)
This will display a stictic image. What he wants is an animation image show on the form.
-
Socheat.Net wrote:
Picturbox1.Image = Images.FromFile(Path as string)
This will display a stictic image. What he wants is an animation image show on the form.
It possible alos if his image is animator ................
-
hi there i have a gif image file that has to be displayed on the form can anyone help me. i have tried with picture box and image options , they are showing the pic but it is not playing the image image has some motion . bharath.s
picture box has a property background image.You can set the url in it. kavitabhat
-
It possible alos if his image is animator ................