| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Nov 2005 Location: on a oil rig just off Ireland
Posts: 1,408
![]() ![]() ![]() ![]() ![]() | [Basic] how to detect now playing in WMP? Hi, Looking for info on how to detect the current song info in WMP using the Basic programming lanugage. Any help? tm
__________________ You design in photoshop, I code into valid XHTML/CSS. Professional PSD, PNG or HTML to tableless XHTML/CSS designs. For more info, send me a PM. |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: NY, USA
Posts: 610
![]() ![]() ![]() ![]() ![]() ![]() | I'll assume you're using Visual Basic. ![]() To grab the current track from Media Player, you'll probably need to hook into the WMP process and either send a request for the current track or patch into the memory address where it stores the current track. I could only find some examples interacting with winAmp to grab the current track, but the code example in this post may be of some help. Here's another example interacting with winAmp to grab the current track.
__________________ ask me about the internet |
| |