I'm trying to make a program to create complete tilesets for RPG type games. I started making this when I tried to create my own RPG, and while drawing some of the tiles, I noticed a lot of repeating the same thing, over and over again. so I named these peices "Stamps" and I thought that if I could draw the "Stamp" alone, that I could create a VB program to place the "stamp" in a tile, along with other "stamps" needed to make up the tile. but I can't get a picture box to use more than one stamp at a time. so I think I need to Mask the stamps, whatever that means. can somebody help me figure this out?