Jump to content

Recommended Posts

Posted

Hi,

I have a program that I wish to control while it remains minimized. The program is Tera Term, a terminal program for serial ports. I wish to send commands to it by means of Send or ControlSend or a similar trick. I want to do it while the tool is minimize to avoid interfering with the GUI of my program.

The problem is that when I look at this window with Au3 window info, there are no recognized controls. However, I can do:

;ControlSend("Tera Term","","","test")

This sends the text "test" into the Tera Term window. I guess that the window receives the text and passes it along to the right control.

But, this only works if the window is not minimized. Is there some other way to send text to the window without it being restored? I've searched the forums but I didn't find a satisfactory solution...

Thanks!

Angel

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