Hi all,

Im in the process of creating an image component for use on an asp server. What I wanted to know if what is the best way to load two files and then merge them together, ie i load a canvas (what should i use for the canvas) and then load one file and "paste" it onto the canvas, then load a second file and "paste" that one onto it.

Thing is im not really sure on what to use for the canvas, ie picturebox or image, and about the pasting of the second images to it. (i assume you use bitblit or something like that)

Any way any help would be appreciated, i have searched around a bit for some other posts on similar stuff to this but couldnt really work out what the best way of doing this was.