Extending CPictureHolder for loading BMP, JPG, etc. Vernal UT

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

Fusion Multisystems Inc
(801) 685-6102
1011 Murray Holladay Rd
Salt Lake City, UT
Sterling Consulting
(801) 328-8131
Salt Lake City, UT
Rhr Systems
(801) 786-1924
Ogden, UT
E-Tek
(801) 732-6854
2010 View Dr
Ogden, UT
Park City Photo
(435) 649-4499
Park City, UT
Dean Haywood Consulting
(801) 265-3883
3709 S 500 W
Salt Lake City, UT
Innovative System Architect Corp
(801) 525-1438
880 Heritage Park Blvd
Layton, UT
Infocore Inc
(801) 763-7141
American Fork, UT
Pinnacle Computing
(801) 272-0148
Salt Lake City, UT
Azteca Systems Inc
(801) 523-2751
11075 S State St
Sandy, UT

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