|
-
May 31st, 2008, 07:58 PM
#1
Thread Starter
New Member
[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.
-
Jun 1st, 2008, 06:59 AM
#2
-
Jun 1st, 2008, 07:44 AM
#3
Thread Starter
New Member
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...
-
Jun 1st, 2008, 08:37 AM
#4
Thread Starter
New Member
Re: Visual basic 6 - Inet control help...
 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?
EDIT : Attached the HTML code got from that link.
I have try all method but i can't received full html code
-
Jun 1st, 2008, 08:47 AM
#5
Thread Starter
New Member
Re: Visual basic 6 - Inet control help...
Thank for all
I have solve my Problem
http://support.microsoft.com/kb/232194
Selvaraj B.
-
Jun 1st, 2008, 09:24 AM
#6
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|