Throught the use of double buffering...
Then to change from one to the nextCode:Picture1.Picture = LoadPicture("Drive:\Path\File.extension") Picture2.Picture = LoadPicture("Next Image to be displayin picture1")
Picture2.visible = falseCode:Picture1.Picture = Picture2.Picture Picture2.Picture = LoadPicture("Next Image to be displayin picture1")
both picture boxes .autoredraw = true
Good Luck




Reply With Quote
