topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 2:22 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Hoekey Msg|SpotifyMainWindow|256|32|0 not working  (Read 3571 times)

electronixtar

  • Member
  • Joined in 2007
  • **
  • Posts: 141
    • View Profile
    • Donate to Member
Hoekey Msg|SpotifyMainWindow|256|32|0 not working
« on: January 10, 2009, 01:13 AM »
I wanna send a Space key press to a window class called
SpotifyMainWindow using hoekey, here's my config:

^@F12=Msg|SpotifyMainWindow|256|32|0

It won't work. Did anybody know why?

I tried directly call Win32 API
SendMessage(hWnd_SpotifyMainWindow, WM_KEYDOWN, VK_SPACE, NULL)
and it works fine.