Search found 2 matches

by mike37931
Mon Aug 02, 2004 11:30 am
Forum: General
Topic: Winamp plugin question
Replies: 13
Views: 4294

Oooops, my bad. I'm starting to write a plugin myself and I guess I just have it on my brain. I didn't even know Housebot had a Winamp plugin (not a current user).



Sorry,



Mike
by mike37931
Mon Aug 02, 2004 10:50 am
Forum: General
Topic: Winamp plugin question
Replies: 13
Views: 4294

Hi, 2.3 WM_USER Messages WM_USER messages are sent using SendMessage(). In C/C++, you can send these messages by calling: code:-------------------------------------------------------------------------------- int ret=SendMessage(hwndWinamp,WM_USER, data, id); -----------------------------------------...