PDA

View Full Version : Selected Playlistitem


Daishy
22nd November 2003, 14:33
Hi,

Is there a way to catch if the user doubleclicked on a entry in the Playlist and getting the Number of the entry?

I found out that Winamp sends an WM_USER+0 every time a new item is doubleclicked with the hex-chiffre of the playlistnr, but WM_USER+0 is send very often -_-.

So, anyone knows a way to do that?

DrO
27th November 2003, 12:02
you need to subclass the playlist window and look for the WM_LBUTTONDBLCLK message (i think that's the right naming).

that will allow you to detect the double-clicking in the playlist

-daz