Results 1 to 1 of 1

Thread: Need urgent help. Please look at the code

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    Köln
    Posts
    395

    Need urgent help. Please look at the code

    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
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width