jediperry
October 13th, 2002, 12:55 PM
I think you missed the point vu1tur :grin:
You can send a windows message command
(Third tab, select command)
with
wparam=40197 and
LParam=0 to go up ten tracks, but there is no command metioned in the sdk to go down.
You can do it the way winamp does it though, by putting 10 copies in a multigroup of:
wm_command
Wparam = 40048
LParam = 0
Make sure you set the target to winamp as well.
Mike
You can send a windows message command
(Third tab, select command)
with
wparam=40197 and
LParam=0 to go up ten tracks, but there is no command metioned in the sdk to go down.
You can do it the way winamp does it though, by putting 10 copies in a multigroup of:
wm_command
Wparam = 40048
LParam = 0
Make sure you set the target to winamp as well.
Mike