alkucard Posted January 9, 2007 Posted January 9, 2007 Somebody knows how to execute autoit and it complete all processes in background? Any help would be appreciated. Thanks
Edgar Posted January 9, 2007 Posted January 9, 2007 Somebody knows how to execute autoit and it complete all processes in background? Any help would be appreciated. Thanks Do you mean "hide the GUI" ?? The code from the help file. #include <GUIConstants.au3> GUICreate ("My GUI") ; start the definition GUISetState () ; will display an empty dialog box ; Run the GUI until the dialog is closed While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend oÝ÷ Ø Ý'^¶P®¶s`¢6æ6ÇVFRfÇC´uT6öç7FçG2æS2fwC° ¤uT7&VFRgV÷C´×uTgV÷C²²7F'BFRFVfæFöà ¤uT6WE7FFR5uôDR²vÆÂF7ÆâV×GFÆör&÷ £²'VâFRuTVçFÂFRFÆör26Æ÷6V@¥vÆR b33c¶×6rÒuTvWD×6r bb33c¶×6rÒb33c´uTôUdTåEô4Äõ4RFVâWDÆö÷¥vVæ@
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now