Control Container

  • Thread starter Thread starter shachar
  • Start date Start date
S

shachar

hi all.
on my form i have Pic1 (a big empty picturebox) and Pic2
(a smaller picture box with an image)
how can i make pic1 the container of pic2?
can i do it in runtime?
thanks.
 
Hi,

Pic2.parent = pic1

Ken
----------------
hi all.
on my form i have Pic1 (a big empty picturebox) and Pic2
(a smaller picture box with an image)
how can i make pic1 the container of pic2?
can i do it in runtime?
thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top