Friday, March 18, 2005
Build an Explorer Application Using .NET Compact Framework
Posted by Peter Foot in "DEVELOPER" @ 10:00 AM
"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."
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.
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.