autoitrocks146 0 Posted August 29, 2004 Ok how would I go about sending commands to a minimized window(down in the task bar) ...and still have everything else work correctly... Share this post Link to post Share on other sites
Andre 0 Posted August 30, 2004 Hi, Use : ControlSend("Notepad","","Edit1","My Text") Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel! Share this post Link to post Share on other sites
autoitrocks146 0 Posted August 30, 2004 ooo thank u ver very very much...i can still do everything else normally right?...and let it run like ControlSend("Internet Explorer", MouseClick, 134, 567) ... ? Share this post Link to post Share on other sites
this-is-me 6 Posted August 30, 2004 (edited) There is no controlsend for the mouse. Check the included helpfile. Edited August 30, 2004 by this-is-me Who else would I be? Share this post Link to post Share on other sites
SlimShady 1 Posted August 30, 2004 Check the helpfile for ControlClick(...) and ControlSend(...) Share this post Link to post Share on other sites
autoitrocks146 0 Posted August 30, 2004 that still doesnt help me...i cant figure it out...i want it to open a program minimize it...logon to the server(for the program) and...just click around...for a few hours...ControlClick(...) and ControlSend(...) aren't specific enough... Share this post Link to post Share on other sites
JSThePatriot 18 Posted August 31, 2004 You may want to check my topic. Called Newbie. It helps with the ControlSend() function. I have included the complete script that I used to send controls to a minimized window. I am sure that ControlClick() is similar. JS AutoIt LinksFile-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.ComputerGetInfo UDF's Updated! 11-23-2006External LinksVortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Share this post Link to post Share on other sites