Relative Content

Tag Archive for c++cbrowser

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++?