Reading registered file types in windows

N

news.microsoft.com

Hello,

is there anyway I can get the complete list of extensions in the registered
file types in vb.net?
(in explorer: Folder options -> tab file types)

Grtz.
 
H

Herfried K. Wagner [MVP]

news.microsoft.com said:
is there anyway I can get the complete list of extensions in the
registered
file types in vb.net?
(in explorer: Folder options -> tab file types)

You may want to read this information from the system registry using
'Microsoft.Win32.Registry'. It's stored under the 'HKEY_CLASSES_ROOT' key.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top