|
-
Apr 22nd, 2000, 11:47 PM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|