Bongo
Jan 7th, 2003, 03:35 AM
Greetings,
I am getting crazy becaus nothing is working like it should be.
Quick scenario
I have 3 picture boxes.
pic1 = for storing last image
pic2 = for getting a new picture
pic3 = for displaying to the user
Initial start:
Pic1 = vbmaximized - Autosize = false Autoredraw=true
pic2 = Autosize = true Autoredraw = true
pic3 = vbmaximized - Autosize = false Autoredraw=true
pic1 gets a picture from the resource file
loop
using the corsor keys loads the next image to pic2
pic2 is now centred in the screen
pic3 get now pic1 but only the size of pic2
pic3 now fades from his image to pic2 image
pic1 should now become exact the copy of pic3 (Store)
loop end
I get confused but have a look on the code and you get the
idea behind.
Thanks in advance
BTW Please insert in the resource file on possition 102 to 109 own pictures
I am getting crazy becaus nothing is working like it should be.
Quick scenario
I have 3 picture boxes.
pic1 = for storing last image
pic2 = for getting a new picture
pic3 = for displaying to the user
Initial start:
Pic1 = vbmaximized - Autosize = false Autoredraw=true
pic2 = Autosize = true Autoredraw = true
pic3 = vbmaximized - Autosize = false Autoredraw=true
pic1 gets a picture from the resource file
loop
using the corsor keys loads the next image to pic2
pic2 is now centred in the screen
pic3 get now pic1 but only the size of pic2
pic3 now fades from his image to pic2 image
pic1 should now become exact the copy of pic3 (Store)
loop end
I get confused but have a look on the code and you get the
idea behind.
Thanks in advance
BTW Please insert in the resource file on possition 102 to 109 own pictures