RE: WMP 11 Download Songs from URGE



Hi Jeff,

I'm not familiar with URGE. Based on my searching and your description,
it's a music online download site that need to login to use its service.

I'm also not very sure about the "WMP 11" part in your question, do you
mean WMP 11 can download from URGE and you want to do this same
functionality yourself?

Based on my experience, normally accessing such web site programmatically
will depend on the web site's interface:

1) If it provides webservices, then it's easy to use them from .NET since
NET supports add web reference and it will help create a proxy class for
you to call the service.

2) If it doesn't have webservice or any APIs, all you have to do will be
doing what a web browser could do: login to get a cookie, programmatically
create a request (and pass the cookie) and send it to the web site and read
its web response and parse the result. This is not easy, for example: if
the web site use CAPTCHA (http://en.wikipedia.org/wiki/Captcha) on login
page, it's almost impossible for a program to login that site; and the
returned html source will be difficult to parse out the information you
needed.

I would recommend you to use VB.NET instead of VB since .NET has great
class library for using web service or web request.

By the way, this newsgroup is for VB questions; you need to use
microsoft.public.dotnet.languages.vb for VB.NET questions.

Sincerely,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • RE: Login control and restricted member pages
    ... I think it is likely caused by windows ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ... Login control and restricted member pages ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication - Sudden Redirect Failure on Login
    ... login page and executable to the production environment failed, ... web app in VS 2005 using forms authentication. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: WMP 11 Download Songs from URGE
    ... | it's a music online download site that need to login to use its service. ... normally accessing such web site programmatically ... | Microsoft Online Community Support ... | where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vb.general.discussion)
  • RE: RoleProvider Capturing Authentication Events
    ... login page) see different pages depend on whether they're unauthenticated ... Because if a user is redirect to login ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Login control and restricted member pages
    ... The HTML of the aspx page loads fine, but I recieve a login dialog ... NTFS permission limitation. ... Microsoft MSDN Online Support Lead ... Login control and restricted member pages ...
    (microsoft.public.dotnet.framework.aspnet.security)