antiufo Posted May 3, 2007 Posted May 3, 2007 Hi, How can I get the style of a non AutoIt window? (an external window)? Thanks.
Zedna Posted May 3, 2007 Posted May 3, 2007 (edited) SetWindowLong() Windows APILONG style = GetWindowLong(hWnd, GWL_STYLE); SetWindowLong(hWnd, GWL_STYLE, style | newStyle);Look here at Autoit example and search forum for more examples Edited May 3, 2007 by Zedna 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