Click to See Complete Forum and Search --> : How to agg ontrols to PictureBox control


Shalini Shikha
September 17th, 1999, 09:31 AM
I wwould just like to know how to add another control like a label, or check box or another pictureBox to a pictureBox control and how to make them visible.

-Shalini

wolfen_76
September 17th, 1999, 11:10 AM
Just add them like usual click on any control u like and click ontop of the picturebox

October 29th, 1999, 10:59 AM
If you want to do this during run time, take the control you want to add to a picture box and set the Container property of the control with the picturebox.

Set Label1.Container = Picture1

Jagannadha Sarma