WhiteAvenger Posted October 23, 2008 Posted October 23, 2008 Hi, I want to use AutoIt to minimize certain windows when the user closes them. I.e. when the user clicks on the [X] button of a window, I would like to prevent that program from closing and simply minimize it instead. Is that possible? Thanks --WhiteAvenger
Marlo Posted October 24, 2008 Posted October 24, 2008 I dont think this is possible as window events such as closing a window are dealt only with the window being closed. Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
jvanegmond Posted October 24, 2008 Posted October 24, 2008 This would be easy if you made the window using GUICreate. For any forms that you have not created in whatever language, this will be difficult. github.com/jvanegmond
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