|
-
Dec 10th, 2003, 12:19 PM
#1
Thread Starter
Addicted Member
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:
Load blood(blood.Count)
blood(blood.Count - 1).Visible = True
blood(blood.Count - 1).Top = Image1.Top
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.
-
Dec 10th, 2003, 01:02 PM
#2
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|