Results 1 to 2 of 2

Thread: wierd? image loads at back?[resolved]

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2003
    Location
    england
    Posts
    161

    wierd? image loads at back?[resolved]

    ok now I'm using this code to make an image 'blood' load everytime an image which dances around the screen is clicked.

    the code is like this:

    VB Code:
    1. Load blood(blood.Count)
    2. blood(blood.Count - 1).Visible = True
    3. blood(blood.Count - 1).Top = Image1.Top
    4. blood(blood.Count - 1).Left = Image1.Left

    the thing is, i have another image on my form which is the abckground, and the blood images always load behind it.

    i have right clicked blood and brought it to the front, and sent the abckground image to the back, but to no avail, the new blood images always laod at the back.

    is there any code to make them load at the front?
    Last edited by shaunyboy; Dec 10th, 2003 at 01:03 PM.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Oct 2003
    Location
    england
    Posts
    161
    thanks.

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