I am having set of CHtmlView(web browser) instances in a tab control for the user to explore the web pages.
In some cases, I am downloading the page content and just setting the content to the CHtmlView instances.
The problem I am facing is, I could not update the currently selected tab's title correctly as I cannot use the GetLocationURL() for the tabs which I set content myself.
For the tabs which navigates normally through Navigate2(), the GetLocationURL() will give the URL correctly.
I would like to know if there is anything like "SetLocationURL" or how to handle this case.
Thanks
Thanks & Regards