|
-
September 17th, 1999, 09:31 AM
#1
How to agg ontrols to PictureBox control
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
-
September 17th, 1999, 11:10 AM
#2
Re: How to agg ontrols to PictureBox control
Just add them like usual click on any control u like and click ontop of the picturebox
-
October 29th, 1999, 10:59 AM
#3
Re: How to agg ontrols to PictureBox control
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
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
|