Open *.jpg with iexplore.exe
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I will like to open a *.jpg file using iexplore.exe in my program. I tried to do this using CreateProcess("...\\IEXPLORE.exe", "pic.jpg", .....) but it doesn't open the pic.jpg but displays the default homepage instead. Any suggestion on how I can get it done properly? Thanks.
-
Hi, I will like to open a *.jpg file using iexplore.exe in my program. I tried to do this using CreateProcess("...\\IEXPLORE.exe", "pic.jpg", .....) but it doesn't open the pic.jpg but displays the default homepage instead. Any suggestion on how I can get it done properly? Thanks.