Some Problem With Inet (MS Internet Transfer Controls)
I was useng Inet controller to grab html code of a web page using code below and it was working great.
Code:
str1=inet1.openurl("http://targetUrl",icString)
but since 3 days ago there was something wrong and this line of command is not working correctly and I think It's not loading my target web page.
http://a.imagehost.org/0765/untitled_8.jpg
as you see on this pic after opening url by Inet Controller strHtml(My string variable) is still empty.
What's wrong and hoe can I solve it?
Re: Some Problem With Inet (MS Internet Transfer Controls)
But you are restting your variable so how is not going to be empty? :confused:
Am I missing something?
Re: Some Problem With Inet (MS Internet Transfer Controls)
Yes You're Missing. In that picture I'm tracing my code line to line by F8 Key.in that moment I have hold my mouse on strHtml Name to show what value it has.that strHtml="" is shown by VB to show me It's content.
Re: Some Problem With Inet (MS Internet Transfer Controls)
Use the Inet.StateChanged event and make sure the server is not returning any errors.
Re: Some Problem With Inet (MS Internet Transfer Controls)
I did it bro.this was not the solution.
I Solved this problem by Uninstalling Internet Explorer 8 that I Was Installed 2 Months Ago.
But one of my friends that I Asked him to test it is using internet explorer 6 and this problem is exits on his computer too.
I don't know how to solve this problem for him too.
after solving this problem by this way(Uinstalling IE8) I'm sure that I can fix this error by changing some Registery keys.but witch1 and how?
any1 can help me please???
Re: Some Problem With Inet (MS Internet Transfer Controls)
I'm still waiting 4 a solution :cry: