I’m developing a toolbar for IE in C#. What I want to do is I would like to change the title of internet explorer to something I decide, when this toolbar is made visible in IE. I can add a status text by using WebBrowserClass status text but I found no way to make change to title. Any help appreciated.
Thanks,
Arun
I got the answer… Use SetWindowText Function.