|
|
#1 |
|
Junior Member
Join Date: Dec 2009
Posts: 37
|
Get Path of playing song?
Hi, How do i get the Path of the Playing song? I mean something like : C:/music/bla.mp3
Greetings |
|
|
|
|
|
#2 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,464
|
or you can just get it when IPC_PLAYING_FILE or IPC_PLAYING_FILEW is sent (see wa_ipc.h for how to get the notification).code: -daz |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2009
Posts: 37
|
Hi, Thanks for your Answer.
I tried that: code: But, i get nothing :/ |
|
|
|
|
|
#4 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,464
|
you can't send a pointer to a string between processes like that. you'd need to use something like a WM_COPYDATA message to transfer between Winamp and your app (as seems to be what you're trying to do - hadn't we already covered this in earlier posts?).
-daz |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Dec 2009
Posts: 37
|
Hm, i already fixed it. I used the wrong "Window"
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|