Opening HTML Page in Current Browser Tab with C/C++ [closed]
Closed 19 mins ago.
open local html page in current browser tab using c/cpp
I want to open an HTML page in the current tab of a particular browser using C/C++. I am able to open the HTML page in the browser, but it always opens a new tab. I want it to open in the current tab of the browser. How can I achieve this using C/C++?
open local html page in current browser tab using c/cpp
want to open local html page in current tab of browser using c/cpp and it should run for all browser how can achieve that.