Jump to content

Recommended Posts

Posted

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.

Posted

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")
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...