I am using Microsoft's Web Browser ActiveX control in an MFC application. I want to be able to change the default MIME handler for PDF.
https://msdn.microsoft.com/en-us/library/ie/ms775148(v=vs.85).aspx
It appears to me that web browser control must use the registry based file type association
HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/pdf
I want to be able to set web browser control to use the pdf application I tell it to use at runtime, rather than using the system registered default.
I cannot find any API that will allow me to do this. Is it possible?