Jump to content

Recommended Posts

Posted

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?

Posted (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 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

 

Posted (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:

image.png.36b62ae4d9438bde20338cbb309432b2.png


Rudi.

Edited by rudi

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...