How can I get MIME type from the extension of a file
I know in web form there exists a ContentType property to get MIME type of a file,
but how can I get it in the windows form?
There are too many types in the MIME standard, I don't want to realize it by myself. ^_^
Thanks.