|
|
#1 |
|
Junior Member
Join Date: Mar 2005
Location: Ames, IA
Posts: 5
|
message sent when winamp stops a song?
Hello,
I was wondering what message is sent to plugins when the user pushes the stop button? Thanks. |
|
|
|
|
|
#2 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,278
|
which you detect by subclassing the main winamp window (that should be correct since i've not coded in a while now and can't remember Winamp's quirks)code: |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2005
Location: Ames, IA
Posts: 5
|
Woah! thanks.
Also, if you could tell me a nonblocking way of doing the stop, that would be ideal. So for example, something ISC_FULLSTOP or something (right?) |
|
|
|
|
|
#4 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,278
|
doing above should be non-blocking as long as you call CallWindowProc(..) in the subclass function and don't manually return from that test.
-daz |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|