Jump to content

Recommended Posts

Posted

I read through the forums and didn't find anything so, is it possible? If not, is it planned?

A little reading goes a long way. Post count means nothing.

Posted

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 !

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

Posted

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.

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