Jump to content

Search the Community

Showing results for tags 'BlockInput Win7'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I am attempting to use BlockInput so that the user cant disrupt mouse movent performed by AutoIt. This is my code: (for testing functionality) #RequireAdmin BlockInput(1) WinWaitActive("User Account Control","Change when these") ControlClick("[ACTIVE]", "Change when these", "[CLASSNN:Button2; TEXT:&Yes; INSTANCE:2]") ;<-----Got this infor from AutoIt Info MouseMove(100,200,10) Sleep(4000) BlockInput(0) The problem is (On Win7) is that the "User Account Control" window pops up and the line "#RequireAdmin" does not finish until the "Yes" button (or "No" button) is clicked. If I cant interact with the window, or disable it, then "BlockInput" is useless. Does anyone know of a work around for this?? Thanks
×
×
  • Create New...