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
Printable View
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
Just add them like usual click on any control u like and click ontop of the picturebox
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