Results 1 to 2 of 2

Thread: Creating, Combining, Saving images (Help me out, I'm new here)

  1. #1

    Thread Starter
    Junior Member Cadejos's Avatar
    Join Date
    Dec 2000
    Location
    Costa Rica
    Posts
    29

    Talking Creating, Combining, Saving images (Help me out, I'm new here)



    Hi and thanks for trying to help me !!!

    The problem is this :

    I have a PictureBox (that is the destination object) and serveral Image objects that the user can create by clicking a button and assigning an image to it.

    I spend all this morning to allow the user to create as many images he wants and to drag and drop them any place in the PictureBox... but right now I'm stuck, big time.

    I need to copy all the pictures from the Image's objects to the PictureBox and the save the final merged picture (PictureBox) to a file. I'm allowing the user to load bitmaps, gif, jpg and icons on the image objects and bitmaps, gif and jpg on the picturebox object.

    An example of what I'm trying to make is a floor (that would be the initial picture of the picturebox) with serveral plants or tables on it (those are the image objects). This for making a personal background for main screen of a food service system.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    You can use BitBlt to copy the picture to your PictureBox... if you need a mask you can create it by code, think my Mario demo uses such a function to generate masks when loading.

    For Questions just ask..

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