08-31-2006 08:05 AM
08-31-2006 08:28 AM
08-31-2006 08:55 AM
08-31-2006 09:09 AM
08-31-2006 09:55 AM
08-31-2006 10:05 AM
If you are looking to mix pictures dynamically you can load both pictures (jpegs), get the array data and replace a subset (x0, y0, width, height) of data with the other picture. then convert the array data back to the picture format and send it to the picture control. Blending pictures are more difficult. There are also methods using activex/.net objects to realize this.
Paul
09-01-2006 07:31 AM