Jump to content

Search the Community

Showing results for tags 'controlsend case'.

  • 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. This question has come up in various ways before, but I can't find a solution, and I'm not sure there is one. I'm trying to use ControlSend to enter a file path in a Windows File/Save dialog box. The plain Send command works perfectly to enter the file path, but I want to hide the application window that I'm sending the file path to, and I think that only ControlSend will work in that situation - as well as being generally more reliable. What happens is that a path like F:\path\to\myfile gets entered as something like F;\path|tO\myfiLe - with some of the characters that I want to paste replaced with the opposite-case character on the keyboard. For example, the colon becomes a semi-colon and the backslash becomes a vertical. (This is effectively the same thing that was described in an earlier post about Czech letters appearing instead of the intended characters.) I've tried turning on the raw-characters option; that doesn't help. I've tried putting the path in the Clipboard and then, in ControlSend, using ClipGet() instead of the variable that contains the string. The clipboard method seems to improve things a bit, but I still end up with a semi-colon and not a colon after the drive letter. Is there any reliable way to get around this problem? I'm running Windows 10 and trying to enter text in the File/Save box in Softmaker's free TextMaker word-processor. Thanks for any help.
×
×
  • Create New...