Jump to content

Recommended Posts

Posted

Hi,

I have been working on this alot but I couldn't figure anyways to do it,

The problem is that I am trying to send keys to a window that is not seen by AutoIt (Remote Desktop),

This works well with Send("") function,

But I need to send these keys even if the windows is minimized or another window is active,

Something like ControlSend but in this case the window is known but the ControlID is not accessible and so nothing is sent.

I mean I don't care about the control, Can AutoIt in anyways send Keys to a specific window?

Posted

What remote access prog are you using?

[center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw

  • Moderators
Posted

Hi,

I have been working on this alot but I couldn't figure anyways to do it,

The problem is that I am trying to send keys to a window that is not seen by AutoIt (Remote Desktop),

This works well with Send("") function,

But I need to send these keys even if the windows is minimized or another window is active,

Something like ControlSend but in this case the window is known but the ControlID is not accessible and so nothing is sent.

I mean I don't care about the control, Can AutoIt in anyways send Keys to a specific window?

I've been able to do ControlSend('Window Name', '', '', 'Text') before with moderate success.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Hi sorry for late response, I didn't get any email notifications.

I am using Microsofts Remote Desktop Connection.

I tried also with ClassName of the window instead, yet it didn't work for me.

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...