RE: WMP 11 Download Songs from URGE
- From: wawang@xxxxxxxxxxxxxxxxxxxx (Walter Wang [MSFT])
- Date: Wed, 07 Mar 2007 06:57:02 GMT
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.
.
- Follow-Ups:
- Re: WMP 11 Download Songs from URGE
- From: Kevin Provance
- Re: WMP 11 Download Songs from URGE
- Prev by Date: Re: VB Winsock OCX Error during Bind
- Next by Date: ObjPtr not reliable on first use
- Previous by thread: Re: Application crashing - trying to track down the problem
- Next by thread: Re: WMP 11 Download Songs from URGE
- Index(es):
Relevant Pages
|