Snarg 0 Posted January 2, 2004 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. Share this post Link to post Share on other sites
Helge 3 Posted January 2, 2004 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 ! ----------------------- Share this post Link to post Share on other sites
Valik 478 Posted January 2, 2004 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. Share this post Link to post Share on other sites