PDA

View Full Version : Feature request: WM_USER message



Ron
October 13th, 2002, 12:55 PM
How about the SendMessage plugin ? :smile:

Ron
October 13th, 2002, 12:55 PM
It doesn't save wparam though, but it does save the return value... hope that is enough. If not i can release the source.

<font size=-1>[ This Message was edited by: RonB on 2002-02-22 12:32 ]</font>

Ron
October 13th, 2002, 12:55 PM
You can find the source to the sendmessage 1.51 plugin on the developer page.

Wykat
October 13th, 2002, 12:55 PM
@Mattwire,

when you make some new Winamp functions, could you also make a function to delete the playing file. Would be very helpfull for me :smile: .

Wykat

mattwire
October 13th, 2002, 12:55 PM
Ron, any chance of implementing a facility for sending WM_USER messages? Winamp allows for a lot of automation with WM_USER messages.
It shouldn't be too difficult to add since you already have the structure in place for WM_COMMAND and WM_SYSCOMMAND.
It would also be useful if there is a facility to save wparam to a register (winamp sends return codes back in this sometimes).
Thankyou!

mattwire
October 13th, 2002, 12:55 PM
Ah, yes! That would do it!
Next time I'll look a bit harder...

mattwire
October 13th, 2002, 12:55 PM
Hmm, I do need it to save the wparam value, becuase thats where winamp puts some info.
If you release the source I should be able to modify it. :smile:
Thanks!