ShellExecute IE with a file name
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
We are wanting to use Visio Viewer 2003 within our application. Based on what I am reading, Visio Viewer is only available through IE. I would like to launch IE that with a file name of a Visio Viewer 2003 MIME type that would bring up that drawing automatically. I can already of course launch IE using ShellExecute but only get it to work with an URL. thank you