erezlevi Posted January 13, 2008 Posted January 13, 2008 how can I create a GUI interface that does not show itself to the user? I am looking for a solution for GUIregistermsg, when another application will send me a trigger (windows message) that will cause me to look for a string in the clipboard. that part i wrote allready, the issue is that I don't want the user to close the window, so How can I hide the window? thanks,
Zedna Posted January 13, 2008 Posted January 13, 2008 GUISetState(@SW_HIDE) Resources UDF ResourcesEx UDF AutoIt Forum Search
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