Hi, I have a pictureBox and a lable on my usercontrol. I want to bring thelabel in front of the picturebox, which doesnt seems to be possible. When i select 'Bring to front' from the dit menu on the label, nothing happens. Similiarly, if I choose 'Send to back' on the pictureBox, its not going back. I want a way in which i can bring the label in front of the picturebox. I used the API BringWindowToTop, but it could also not solve the problem. Plz help.