mercredi 25 mars 2015

How open the new tab from IE


I want to open the html file from IE.


So, I use the ShellExecute API like this.



ShellExecute(NULL, L"open", html file path, NULL, NULL, SW_SHOW);


but, My Default Browser is Chrome.


Html file is open to the Chrome new tab.


So, I try like this.



ShellExecute(NULL, L"open", IE file path, html file path, NULL, SW_SHOW);


I set parameter to the html file path.


but, That method is create new window.


I want to open the html file from IE.(new tab!)


Thanks.




Aucun commentaire:

Enregistrer un commentaire