leontager Posted September 2, 2003 Posted September 2, 2003 how could I add internet explorer window into my program and then tell it to which URL to go and then get the source code from that site. My problem is that the website I am trying to access is not letting me in because it is not allowed browser. I am pretty sure that my idea is possible to do. I am just not sure how. Quote
Administrators PlausiblyDamp Posted September 2, 2003 Administrators Posted September 2, 2003 Does the website give a specific error message or just reject all non-IE web browsers. If you just want to download a web page then System.Net.WebClient could do the job - search the archives and you'll find a few good examples. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
leontager Posted September 2, 2003 Author Posted September 2, 2003 this is what I was using before. I am getting your browser is not allowed message. thank you for your reply but this method doesn't work. Please if you know how to navigate to a web page and get hte source from the site using AxWebBrowser1 tell me. I would really appreciate it. Quote
leontager Posted September 2, 2003 Author Posted September 2, 2003 oh there must be someone who knows it. I've already figured out the first part AxWebBrowser1.navigate("URL") will get it to whatever website you want but how do I get hte source afterwards? Quote
Administrators PlausiblyDamp Posted September 2, 2003 Administrators Posted September 2, 2003 IIRC doesn't it have a download method (or similar) - can check later for you. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.