Make a PictureClip

Mikecrosoft
06-14-2002, 10:16 AM
How I can do a PictureClip without using picclp32.ocx ?, this is using api's and classes.


Thanks !!!

BillSoo
06-14-2002, 11:25 AM
I have an example in my Tile Map code in the Code Library. Basically, I have several PictureBoxes containing multiple images. I then use BitBlt to copy one of these smaller images to another picturebox. You could also use the built in PaintPicture method as well, most likely....

Also, while it is ok to use classes, don't convert your classes into an ActiveX DLL if you plan on putting this program on your CD (assuming that's where you are going with this....). Otherwise, you will have to register your ActiveX DLL on the target system which is pretty much the whole reason for dumping the pictureclip in the first place....

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum