I want to let the user select an association (open with) for an currently unregistered file extension.
Currently I'm telling the API to open the file by using ShellExecute and it returns an ERROR_NO_ASSOCIATION error code.
Is there a way to tell the API that it should let the user select a new association?
rundll32.exe shell32.dll,OpenAs_RunDLL "C:\Path\TEXT.TXT"– David Heffernan Feb 10 at 8:27