I am currently loading 16 Image controls to hold transparent .GIF files. I was wondering if there is a way that I use the LoadPicture to load the four possible graphics, and then display as needed by altering the Picture property of the Image Control? Below is an example of what information I'm missing...
dim myImage as <I don't know the type...>
myImage = LoadPicture("Image.GIF"
imgControl.Picture = myImage
Can someone please give me a hand filling in the blank spaces?
Daryl Jones


Reply With Quote