Ok, I'm not sure if this has been brought up and i'm realyl not up to backtracking one page at a time so I'll post something that kinda seemed outta place to me. Is there a bug with the get image command after loading a bitmap/set current bitmap. Like I have an image I want to grab off a bitmap, so i set the current bitmap to that specific one when I loaded it, then I used the get image command. However the image I am grabbing is 15x7 pixels and when I use the paste image command for that specific image, it wont show up. Then for the hell of it, when i used the get image command I put get image 1,0,0,7,7 to make it an even picture and it showed up fine, but not when I used get image 1,0,0,15,7....Do images have to be equal all the way around for this to work, cuz I sure know it dont for DBC which I tested this in DBC and both methods worked just fine. If this won't work with odd sized images, that screws my whole project and pretty much anything else I do in DBPro. I'm sure someone else has experienced this somewhere.......