Maurice Posted November 13, 2009 Posted November 13, 2009 I wanna send a keystroke to the "now playing" list in Windows Media Player 12. I used to Au3Info to find out the controlID, and discovered it's SysListView32 in the instance 1. So I do: controlsend( "Windows Media Player", "", "SysListView321", "{a}")But it does absolutely nothing. What's my problem here? Thanks.
hunt Posted November 14, 2009 Posted November 14, 2009 When you yourself with a keyboard input in the "now playing", that is the result? I have nothing happens. But try this: СontrolSend("[CLASS:WMPlayerApp]", "", [CLASS:SysListView32; INSTANCE:2]", "a")
Maurice Posted November 14, 2009 Author Posted November 14, 2009 Typing "a" in the setlist (after clicking on it!) makes the listcursor jump to the first song that starts with "a", and if you type "ali" it'll go to "alive" if you have that, for example. And nope, yours doesn't work either.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now