Results 1 to 2 of 2

Thread: Panel Question

  1. #1

    Thread Starter
    Registered User jkw119's Avatar
    Join Date
    Oct 2001
    Location
    Pittsburgh
    Posts
    256

    Panel Question

    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:
    1. Me.PicPort1.Image.Save("test.jpg")

    Does anyone know how i could do this with the panel.

    thanks

  2. #2
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    I don't think that is possible, at least not without high class subclassing and API programming.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width