Click here to Skip to main content
15,896,484 members
Articles / Desktop Programming / MFC

Showing the Image file thumbnail view in ListView control using VC++ 6.0

Rate me:
Please Sign up or sign in to vote.
3.76/5 (20 votes)
1 Oct 2004CPOL2 min read 209.6K   3.7K   73  
This sample program shows how to create a thumbnail view in ListView control.
// stdafx.cpp : source file that includes just the standard includes
//	ListImage.pch will be the pre-compiled header
//	stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
Around 7 years of experience in software development, system design, prototyping, testing, implementation, maintenance and documentation.

Experience in System oriented programming (developed Anti – Virus Kit, Network security system, etc) and Embedded systems.

Capable of developing Device Drivers and building Custom ActiveX Controls in VC++ 6.0



Comments and Discussions