Results 1 to 6 of 6

Thread: [RESOLVED] Visual basic 6 - Inet control help...

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    7

    Resolved [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.

  2. #2
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    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?



    EDIT : Attached the HTML code got from that link.
    Attached Files Attached Files
    IIF(Post.Rate > 0 , , )

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    7

    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...
    Attached Files Attached Files

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    7

    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?



    EDIT : Attached the HTML code got from that link.
    I have try all method but i can't received full html code

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2008
    Posts
    7

    Re: Visual basic 6 - Inet control help...

    Thank for all

    I have solve my Problem

    http://support.microsoft.com/kb/232194



    Selvaraj B.

  6. #6
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306

    Re: Visual basic 6 - Inet control help...

    oh. The Service Packs
    I have SP 5, may be thats why it works.
    Anyway, If your problem is solved, please mark the thread resolved too

    IIF(Post.Rate > 0 , , )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width