How to detect windows8.1 start menu?

后端 未结 3 1323
北海茫月
北海茫月 2021-01-29 00:23

When we press start menu on windows 8.1 it show up all new start menu with apps in form of tiles. This menu shows up on entire screen. Is there a way to detect if this menu is o

3条回答
  •  粉色の甜心
    2021-01-29 01:14

    you have to use hook, a special hook for shell https://msdn.microsoft.com/en-us/library/windows/desktop/ms644991%28v=vs.85%29.aspx, then on HSHELL_WINDOWACTIVATED event check for the ClassName of the returned GetForegroundWindow()

提交回复
热议问题