I am using that code on page on load event it works perfect but i have multiple pages so i can only set the web1 text to title... i put the same code to all the web objects but they dont change the title... i only see the web1 title. !!!!!
Page On Load :
i need help with itCode:WebBrowserExtension.Initialize(Application.GetWndHandle()); title = WebBrowserExtension.GetTitle(); Window.SetText(Application.GetWndHandle(), title); WebBrowserExtension.UnInitialize();
thanks

Reply With Quote
