Hi,
I'd like to open a htm file from my CBuilder app. I use the following statement:
ShellExecute(NULL
,"open"
,"file://server_IP/path/test.htm"
,""
,""
,SW_SHOWDEFAULT);
It opens indeed the file. However, when I have a browser opened it opens the file in that browser. How can I force to open it in a new browser?
Thanks for help,
Regards, Henk
I'd like to open a htm file from my CBuilder app. I use the following statement:
ShellExecute(NULL
,"open"
,"file://server_IP/path/test.htm"
,""
,""
,SW_SHOWDEFAULT);
It opens indeed the file. However, when I have a browser opened it opens the file in that browser. How can I force to open it in a new browser?
Thanks for help,
Regards, Henk