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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…