Saving Images in TableLayoutPanel to one image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dresse
    New Member
    • Jul 2008
    • 13

    Saving Images in TableLayoutPanel to one image

    Hello

    I have images of users that are loaded from my database into a tablelayoutpane l. This happens when a certain group is selected in a combobox.
    Now I need to know how to export this to a single image, because I need to be able to make group pictures when there is a new user or one is removed.

    The images are loaded into pictureboxes that are loaded in the tablelayoutpane l.
    Any help is very appreciated!
  • Christian Binder
    Recognized Expert New Member
    • Jan 2008
    • 218

    #2
    You can create an concatenated image of your single images.

    look here, in the 3rd post is some piece of code showing you how to get this done

    Comment

    • Dresse
      New Member
      • Jul 2008
      • 13

      #3
      Thanks ChBinder this is working for me

      Comment

      Working...