Extending CPictureHolder for loading BMP, JPG, etc. Charleston WV

This class extends the MFC CPictureHolder class to include better support for enhanced metafiles, access to picture handles, loading from files, and other capabilities.

Local Companies

Katz Consulting
(304) 346-1900
820 Quarrier St
Charleston, WV
Integrated Computer Systems Inc
(304) 744-5566
109 A St
Charleston, WV
Codestar Inc
(304) 295-5336
Vienna, WV
Medquist Inc
(304) 296-7550
235 High St
Morgantown, WV
Strictly Business Computer Systems Inc
(304) 529-0401
611 3rd Ave
Huntington, WV
Able Soft Solutions
(304) 720-2680
107 Capitol St
Charleston, WV
Computer Personnel Services
(304) 746-4401
1599 Nottingham Rd
Charleston, WV
Unique Technologies
(304) 746-0911
339 6th Ave
South Charleston, WV
Mpl Corporation
(304) 291-2210
800B Charles Ave
Morgantown, WV
Exypher Technological Industries
(304) 788-4120
Keyser, WV

provided by: 
Originally published at Internet.com


Environment: VC6 (earlier probably ok too), Win2K/95/98

This class extends the MFC CPictureHolder class to include




Simply include the .h and .cpp into your project and use it as you would CPictureHolder.

You can also use this instead of the CBitmap class (but with code changes, of course).

And remember that CPictureHolder has a Render method to draw pictures, and it support transparency for GIF's etc.

I built this with various versions of VC6. I don't see why it wouldn't work on other recent versions.

NOTE 1: I would usually have made many of these member functions const. However, CPictureHolder doesn't use any consts, and so I would have to have done lots of (potentially unsafe) const casts in my code.

NOTE 2: Chensu says that OldLoadPicture/IPicture has problems with palettes. I haven't looked at his code yet, but if so, I will (with his permission) update this code to include whatever fixes he added to better support palettes

NOTE 3: I haven't included support for icons in here. It would be trivial to add so I'll leave it as an excercise for the reader :-) ...

Read article at Internet.com site

Topics: 
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML