Subterranean
08-25-2004, 06:27 AM
I have a set number (7) of bitmap pictures, all of which are 128 pixels high, and an integer number of 128 pixels wide (256, 384 etc). What I'd like to do is be able to split these pictures up into seperate 128x128 pictures and store them, then when a user enters a 14 digit number, overlay the correct 7 128x128 pictures over each other, using a mask colour (its the vbGreen colour). For example if the use enters "05010104101107" it would first put down the fifth 128x128 section of the first large picture, then overlay the first 128x128 section of the second large picture, then the first section of the third etc.
This may require a bit of advanced programming though I hope not too much. I looked at the imagelist object, but that only allows overlaying of two images. I also looked at the loadpicture method of splitting the file into pieces, however couldn't get it to work properly.
Is this problem a bit too much or can someone help me.
Thanks.
This may require a bit of advanced programming though I hope not too much. I looked at the imagelist object, but that only allows overlaying of two images. I also looked at the loadpicture method of splitting the file into pieces, however couldn't get it to work properly.
Is this problem a bit too much or can someone help me.
Thanks.