Jump to content

Ability to send to a minimized window...?


Snarg
 Share

Recommended Posts

If you mean sending text, than it is possible using "ControlSend".

In the helpfile it is an example that goes like this :

ControlSend("Untitled", "", "Edit1", "This is a line of text in the notepad window")

That will add the text to to notepad, even if notepad is minimized...

-----------------------

Norvæy gåo gåo !

-----------------------

Link to comment
Share on other sites

If you mean sending text, than it is possible using "ControlSend".

In the helpfile it is an example that goes like this :

ControlSend("Untitled", "", "Edit1", "This is a line of text in the notepad window")

That will add the text to to notepad, even if notepad is minimized...

-----------------------

Norvæy gåo gåo !

-----------------------

95% of Notepad's window is an edit field (a control), it's possible to send text to a control when the window is minimized. But to send text to the actual window itself (The same thing as Send() only on a minimized window), none of us know a way to do that.
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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