Announcement

Collapse
No announcement yet.

PostMessage to Playlist in Bento?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PostMessage to Playlist in Bento?

    So I've figured out that the following code (in AHK) works when Winamp is in the Classic Skin (it randomizes the playlist).

    code:
    SendMessage, 0x111, 40212, 0, , ahk_class Winamp PE
    Is there any way to get it to work in the modern skins, particularly Bento?

  • #2
    Figured it out.

    code:
    SendMessage, 0x111, 40212, 0, Winamp PE1, ahk_class BaseWindow_RootWnd
    That little "Winamp PE1" class is sneaky.

    Comment

    Working...
    X