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
Search found 2 matches
- Mon Aug 02, 2004 11:30 am
- Forum: General
- Topic: Winamp plugin question
- Replies: 13
- Views: 4617
- Mon Aug 02, 2004 10:50 am
- Forum: General
- Topic: Winamp plugin question
- Replies: 13
- Views: 4617
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); -----------------------------------------...