I am using ShellExecute through C and that seem's work OK except one issue.
ShellExecute(NULL, "print", "C:\\index.html", NULL, NULL, SW_HIDE);
With this I would like to get print dialog for press OK for start printing but instead of that MS Word opens with file C:\index.html loaded.
How to get print functionality on html files with ShellExecute?
If is important to note, IE is not my default internet browser.