Browser Control
-
Hi In my project I am having a browser control which will load a web page and perform some click events automatically without user interface. I made this in a lib file and using in Web application. This browser control is executing without any problem in certain machines and also it is not at all loading in some others. I have enabled all my options in 'Internet Options'.. I can't find the problem. I am very thank full to Help me.. Regards, Jaya
-
Hi In my project I am having a browser control which will load a web page and perform some click events automatically without user interface. I made this in a lib file and using in Web application. This browser control is executing without any problem in certain machines and also it is not at all loading in some others. I have enabled all my options in 'Internet Options'.. I can't find the problem. I am very thank full to Help me.. Regards, Jaya
what probs u r facing on some machines? << >>
-
what probs u r facing on some machines? << >>
-
On some machines it is loading properly. In some others its not at all loading. Simply a symbol of the browser control is loading. AxBrowser is used. Please reply me the solution Thank You, Regards, Jaya
Just wild guess :confused: what happenning at the code line that downloads from the site when debugging? How about if u launch that page by IE?? << >>
-
Just wild guess :confused: what happenning at the code line that downloads from the site when debugging? How about if u launch that page by IE?? << >>
Hi I have my browser control in a DLL which is reffered to the Web Form. When I try to debug it is not stepping into that page which contains the browser(AxBrowser) control. I have attached the DLL to the Debug process. Whats the problem? Can any one Help me? << >>