topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 16, 2024, 5:20 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: REQUEST: PushMonitOff active only in MCE  (Read 3666 times)

skydiving

  • Participant
  • Joined in 2009
  • *
  • Posts: 1
    • View Profile
    • Donate to Member
REQUEST: PushMonitOff active only in MCE
« on: March 08, 2009, 10:03 AM »
Hi to all,

how can PushMonitOff by Skrommel respond to keys only within MCE? How can the following lines be integrated into the program's settings box?

#IfWinActive ahk_class eHome Render Window
#IfWinActive

Thanks!

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: REQUEST: PushMonitOff active only in MCE
« Reply #1 on: April 10, 2009, 01:50 PM »
 :) Try changing the MONITOFF procedure:

Skrommel

MONITOFF:
IfWinActive,ahk_class eHome Render Window
  SendMessage,0x112,0xF170,2,,Program Manager
Return