Results 1 to 8 of 8

Thread: [RESOLVED] [2008] DownloadString hangs grabbing html.

Threaded View

  1. #1

    Thread Starter
    Member Griminal's Avatar
    Join Date
    Aug 2005
    Location
    Bangor, MI
    Posts
    61

    Resolved [RESOLVED] [2008] DownloadString hangs grabbing html.

    I'm trying to parse the current song off a shoutcast stream admin page put my app just hangs at that line.

    VBCODE Code:
    1. Using wc As New Net.WebClient
    2.        MessageBox.Show(wc.DownloadString("http://66.90.121.11:10013"))
    3. End Using
    The pages loads just fine in any browser. I'm not seeing something. Can anybody help?
    Last edited by Griminal; Feb 15th, 2009 at 12:20 AM.

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