Log in

View Full Version : Build an Explorer Application Using .NET Compact Framework


Peter Foot
03-18-2005, 06:00 PM
<div class='os_post_top_link'><a href='http://www.codeproject.com/useritems/UseSystemimagelist.asp' target='_blank'>http://www.codeproject.com/useritem...emimagelist.asp</a><br /><br /></div><i>"Sometimes we want use the system imagelist in the listview or treeview like the explorer which can show the system imagelist. We can use SHgetfileinfo API to get the system imagelist’s handle an the which index should specifically file should use."</i><br /><br /> <img src="http://www.pocketpcthoughts.com/images/web/2003/foot-20050316- systemimagelist.jpg" /> <br /><br />This article uses the example of a file browser application to demonstrate accessing standard system icons and assigning them to your .NET Compact Framework controls such as the ListView and TreeView controls.