Hi ,
What do you exactly mean by include gif files in VB form. Do you want to display them on the form?? Can you elaborate on the requirement you have??
In the properties window (you can show it or hide it with F4) just change it where it says "image" or "picture" depending if you want it to show in the Form or in a picture box, image, command button.
You can also do it in runtime just use the property (image or picture) like :
PictureBox1.Pic ture = (put here the picture of your choice)
Comment