Quantcast
Channel: Windows Desktop Development for Accessibility and Automation forum
Viewing all articles
Browse latest Browse all 585

windows 8 block alt-tab simulation ..

$
0
0
  • // Simulating a Alt+Tab keystroke
    keybd_event(VK_MENU,0x00,0 , 0); //Alt Press
    keybd_event(VK_TAB,0x00,0 , 0); // Tab Press
    keybd_event(VK_TAB,0x00, KEYEVENTF_KEYUP,0); // Tab Release

    windows 8 fail....
    windows 7 ok.

*.dll file is signed

UAC execute leve:asInvoker (/level='asInvoker')

  • UAC pass = yes


Viewing all articles
Browse latest Browse all 585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>