eldiener
February 4th, 2010, 12:41 PM
Is there any .Net framework classes which deal in file associations ? I am looking for the .Net equivalent of the Win32 shell functions "AssocQueryString" and "FindExecutable".
|
Click to See Complete Forum and Search --> : File associations in .Net framework library eldiener February 4th, 2010, 12:41 PM Is there any .Net framework classes which deal in file associations ? I am looking for the .Net equivalent of the Win32 shell functions "AssocQueryString" and "FindExecutable". boudino February 5th, 2010, 02:50 AM I'm not sure, but I think it isn't, at least public. But you can easily call the API trought P/Invoke. Look there (http://www.pinvoke.net/default.aspx/shlwapi/AssocQueryString.html) for inspiration. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |