I need to create some buttons where there is a label inside a picturebox. At design time, I have no problems: I create them seperately then cut and paste the label into the picturebox.

I tried the run-time creation of similar buttons using the
Load Picture1(i)
Load Label1(i)

methods but this makes them seperate and subsequently the text is hidden by the image. How do I fix this?

I would also like to know how, in general, you put text over pictures.

Bye
Elwyn