ahha Posted February 19, 2023 Posted February 19, 2023 I've found this useful in adjusting window and control sizes and positions in my programs (and in fact writing this program). The file: _WindowControlOperationsUDF.au3 contains the UDF The file: Example for _WindowControlOperationsUDF usage.au3 is an example how to use it. #include UDF in your program at the top and put _WindowControlOperations() in your While 1 loop as shown in example file. That's it. Run your program and press Alt+W to start it up. Instructions pop up and I think it's pretty easy to use. It records the results in an array that you can use for then putting back into your program. Extensive comments (and history) however that's the way I code. Any comments/suggestions welcomed. Example for _WindowControlOperationsUDF usage.au3 _WindowControlOperationsUDF.au3
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