Click here to Skip to main content
15,879,348 members
Articles / Programming Languages / C++
Article

An Icon Explorer

Rate me:
Please Sign up or sign in to vote.
4.77/5 (7 votes)
22 Aug 2002 359.7K   2.3K   27   17
An Icon Explorer which looks like Windows Resource Explorer

Sample Image - IconView.jpg

Introduction

ICONView is a useful tool for developing applcations - it was made originally for our team to use at work. With ICONView, you can select an .exe or .dll file and explore the icon resources within it. In addition, you have the ability to copy the resources to the clipboard for use in your own applications. The included demo also shows how to create a splitter window which looks like the MFC CSplitterWnd and how to insert custom resources into an .exe file and access them freely.

The main window comprises a TreeView control on the left side, and a user-defined custom grid window on the right side. The TreeView control shows the user's computer directories in which you can click on the tree nodes to select the files under the subdir. After you have selected a file (.exe/.dll), the icons included within it are displayed in the right hand window, which you can then select with your mouse. Have a look at the code for more detail.

Enjoy ICONView!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
Hi,I'm YangTze!

Comments and Discussions

 
GeneralAlreadly heard your big name in a Chinese forum vckbase, thanks for share Pin
ikohl2-Jul-07 16:56
ikohl2-Jul-07 16:56 
Generalnot pretty good Pin
suchuhui8-Feb-06 16:15
suchuhui8-Feb-06 16:15 
Generalmemory leak of this program Pin
debug_1124-Aug-05 2:33
debug_1124-Aug-05 2:33 
GeneralRe: memory leak of this program Pin
YangTze28-Aug-05 20:07
YangTze28-Aug-05 20:07 
Generalerror LNK2019 Pin
namsaray27-Dec-03 10:44
namsaray27-Dec-03 10:44 
Generallink with comctl32.lib Pin
YangTze28-Dec-03 16:04
YangTze28-Dec-03 16:04 
GeneralRe: link with comctl32.lib Pin
namsaray28-Dec-03 16:23
namsaray28-Dec-03 16:23 
GeneralRe: link with comctl32.lib Pin
namsaray28-Dec-03 16:26
namsaray28-Dec-03 16:26 
General赢老,看到同胞了 Pin
alexonline10-Nov-03 15:53
alexonline10-Nov-03 15:53 
Generalnot bad Pin
Elliot Chen3-Sep-03 17:13
Elliot Chen3-Sep-03 17:13 
Generalvery good Pin
oshj20-Apr-03 3:38
oshj20-Apr-03 3:38 
Žó‰v”ñó

oshj
General不错 Pin
cnjinhao13-Apr-03 8:25
cnjinhao13-Apr-03 8:25 
GeneralRe: 不错 Pin
zaodt23-Aug-07 19:58
zaodt23-Aug-07 19:58 
General收藏 Pin
HZFXJUN4-Feb-03 3:29
HZFXJUN4-Feb-03 3:29 
GeneralVery Good for find icons Pin
TomPeakz25-Aug-02 17:55
TomPeakz25-Aug-02 17:55 
GeneralA very useful tool Pin
Anonymous23-Aug-02 5:34
Anonymous23-Aug-02 5:34 
GeneralMaybe an English version Pin
Michael Mac22-Aug-02 21:15
Michael Mac22-Aug-02 21:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.