Topic subject: Get Registered File Types and Their Associated Icons in C#
Posted: Fri Nov 07, 2008 12:21 pm
Joined: Tue Nov 06, 2007 2:17 pm Posts: 847 Has thanked: 0 time Have thanks: 1 time
Project Name:
Get Registered File Types and Their Associated Icons in C# Programmer:kidvn Type:Application Technology:C# IDE:NONE Description:How can we get the icon of a file if it does not exist? If we only know its name or even its extension, how do we get the icon associated with it? This is a simple project of mine to get the registered file types and the associated icons by reading from Windows Registry.