Jump to content

Recommended Posts

Posted

I have probably the simplest VBScript on the planet created, yet it's not working and I am not sure why.  I have a need to send a simple key combination to an inactive window but it only works if the window is ACTIVE.  If I change the title to something else, it no longer works, so I know it's not a problem with matching the title of the window.  It seems to be something else.  Here is world's simplest script:

Set oAutoIt = CreateObject("AutoItX3.Control") 
oAutoIt.AutoItSetOption WinTitleMatchMode, 2
oAutoIt.ControlSend "Notepad", "", "", "123"

If I make Notepad Active and run it,  it works.  If I minimize notepad,  it no longer works.  What gives?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...