[RESOLVED] Visual basic 6 - Inet control help...
Hi All,
I have using following code...
Code:
Dim sHTML As String
Dim URL as String
URL = "http://www.bassford.com/Attorney-detail.php5?id=3"
sHTML = Inet1.OpenUrl(URL)
Text1.Text = sHTML
I can't receive full html code....
Why? Pls help me.
Thanks,
Selvaraj B.
1 Attachment(s)
Re: Visual basic 6 - Inet control help...
I tried the code and works fine.
Why do you say you dont get the full HTML?
Have you turned on MultiLine to True in the Text Box?
:wave:
EDIT : Attached the HTML code got from that link.
1 Attachment(s)
Re: Visual basic 6 - Inet control help...
I don't know i have using same code.
I have trying two way Text1.Text multiline = true and Text1.Text multiline = false, but i can' received full code...
i have attached my html result...
Re: Visual basic 6 - Inet control help...
Quote:
Originally Posted by zeezee
I tried the code and works fine.
Why do you say you dont get the full HTML?
Have you turned on MultiLine to True in the Text Box?
:wave:
EDIT : Attached the HTML code got from that link.
I have try all method but i can't received full html code
Re: Visual basic 6 - Inet control help...
Thank for all
I have solve my Problem
http://support.microsoft.com/kb/232194
Selvaraj B.
Re: Visual basic 6 - Inet control help...
oh. The Service Packs :D
I have SP 5, may be thats why it works.
Anyway, If your problem is solved, please mark the thread resolved too ;)
:wave: