HelmutJ Posted Monday at 01:18 PM Posted Monday at 01:18 PM I am developing a window managing tool and I use ChatGPT to support this. It has provided some functions for window moving and resizing. It suggested to use the following UDFs: WinAPIMon.au3 – 13.081 Byte WinAPISys.au3 – 77.594 Byte WinAPIProc.au3 – 76.629 Byte WinAPIHObj.au3 – 16.852 Byte These are not in the scope of my installation. Is this a problem of my new installation I performed the last days or are these UDFs which are only available by the forum. I did some searches but I was not able to succeed. Can you give some hints where or how to seek?
Numeric1 Posted Monday at 01:35 PM Posted Monday at 01:35 PM Can you provide us with some code? We would like to see the unimplemented functions in your code. Thank you.
water Posted Monday at 01:36 PM Posted Monday at 01:36 PM (edited) Which version of Autoit do you run? WinAPISys.au3, WinAPIProc.au3 and WinAPIHObj.au3 exist in folder C:\Program Files (x86)\AutoIt3\Include of version 3.3.16.1 I'm running Edited Monday at 01:44 PM by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
rudi Posted yesterday at 12:28 PM Posted yesterday at 12:28 PM (edited) Hello, welcome to the forum. Pls. let me point out, that the term "UDF" wasn't used correctly by ChatGPT: UDF = User Defined Funktions = non standard functions, helping people like water wrote and shared to the autoit community: Open the "my UDFs and Tutorials" in the posting of Water above, then you will see, what I mean. Use this URL to find many, many UDFs at this web site: https://www.autoitscript.com/forum/forum/9-autoit-example-scripts/ What ChatGPT should have advised is, that you need to *INCLUDE* the mentioned AU3 files to your code. The included additional functions are defined in the AU3 files in this folder: C:\Program Files (x86)\AutoIt3\Include in your SCITE Editor start typing "incl" > it will turn red > tab > it will change like this, just start typing the name of the include you need: Rudi. Edited yesterday at 12:31 PM by rudi Earth is flat, pigs can fly, and Nuclear Power is SAFE!
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