
insert picture box inside picture box
Yes to both questions. For the first, just draw the second picbox within
the first, or you can cut and paste the second control into the first. At
runtime, you can set the second picbox's Container property to that of the
first picbox. For the second question, just have the function's return
value As PictureBox.
Mike
Quote:
> Is it possible to insert a picture box inside another picture box ?
> Is it possible to hava a function that returns a PictureBox ?
> Thanks
> Eli