SendKeys() permission denied error in Visual Basic

后端 未结 9 1546
逝去的感伤
逝去的感伤 2021-01-11 11:14

I am trying to use the SendKeys() command to another window with my VB6 app.

What I wanted is to click a button, and then have 10 seconds to go to the o

9条回答
  •  迷失自我
    2021-01-11 11:41

    the problem is about vb6 IDE and windows desktop context menu and you will do as described in here :

    http://www.vbforums.com/showthread.php?747425-SendKeys-and-Windows-8

    and main reference is here :

    http://www.vbforums.com/showthread.php?745925-RESOLVED-How-to-trigger-the-desktop-context-menu

提交回复
热议问题