Quote:
Originally posted by DrO
code: #define IPC_JUMPTOTIME 106
/* (requires Winamp 1.60+)
** SendMessage(hwnd_winamp,WM_WA_IPC,ms,IPC_JUMPTOTIME);
** IPC_JUMPTOTIME sets the position in milliseconds of the
** current song (approximately).
** Returns -1 if not playing, 1 on eof, or 0 if successful
*/
-daz
|
Perfect! Works well. Plus the keywords in the script gave me the ability to look up some other functionality in the forum.
Thanks.