insert picture box inside picture box 
Author Message
 insert picture box inside picture box

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


Thu, 20 May 2004 04:41:05 GMT  
 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



Thu, 20 May 2004 10:58:23 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. print picture inside box.

2. Can Someone tell me how to Zoom inside an Image or Picture Box (VB5)

3. Embed Crystal Report Inside a VB From Picture Box Control

4. Displaying text inside a picture box.

5. inverting horizontal and vertical inside picture box

6. How to change Picture in a Picture box

7. Invalid picture on bound picture box

8. Upload picture to picture box and *save*?????

9. displaying pictures in a picture box

10. Unloading a Picture from a Picture Box?

11. sending picture box with picture and text to a printer device

12. Saving picture from a picture box using screen capturing

 

 
Powered by phpBB® Forum Software