
-----------------------------------
ohgeez_
Mon Oct 02, 2006 9:18 pm

How to change an image by only using the code?
-----------------------------------
How to change an image by only using the code?  i've tried to do something with directories. but i got nowhere.  i noe how to do this in turing. but it doesnt seem to apply in the same idea in vb.  anyone wanna tell me how to make it work?

thanks in advance =))

-----------------------------------
Silent Avenger
Mon Oct 02, 2006 9:33 pm


-----------------------------------
If you want to change the image in a picture box or image box you'll have to use the Loadpicture property. So using Picture1.picture = Loadpicture(filename) you'll be able to load any picture if you know where the picture is located.
