If you place items in a panel, is it possible to save the panel as a picture.
With a picturebox, you can save the image.
VB Code:
Me.PicPort1.Image.Save("test.jpg")
Does anyone know how i could do this with the panel.
thanks
Printable View
If you place items in a panel, is it possible to save the panel as a picture.
With a picturebox, you can save the image.
VB Code:
Me.PicPort1.Image.Save("test.jpg")
Does anyone know how i could do this with the panel.
thanks
I don't think that is possible, at least not without high class subclassing and API programming.