Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

An Icon Explorer

0.00/5 (No votes)
22 Aug 2002 1  
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