-
Posts
26,759 -
Joined
-
Last visited
-
Days Won
206
water last won the day on November 19 2025
water had the most liked content!
About water

Recent Profile Visitors
14,900 profile views
water's Achievements
-
AspirinJunkie reacted to a post in a topic:
Adjustment UDF — Least Squares Adjustment for AutoIt
-
mLipok reacted to a post in a topic:
Adjustment UDF — Least Squares Adjustment for AutoIt
-
water reacted to a post in a topic:
Adjustment UDF — Least Squares Adjustment for AutoIt
-
WildByDesign reacted to a post in a topic:
DarkMode UDF for AutoIt's Win32GUIs
-
DarkMode UDF for AutoIt's Win32GUIs
water replied to NoNameCode's topic in AutoIt Technical Discussion
Done -
WildByDesign reacted to a post in a topic:
DarkMode UDF for AutoIt's Win32GUIs
-
argumentum reacted to a post in a topic:
DarkMode UDF for AutoIt's Win32GUIs
-
DarkMode UDF for AutoIt's Win32GUIs
water replied to NoNameCode's topic in AutoIt Technical Discussion
Yes, for the reasons mentioned above, it’s a good idea to start a new thread in the “AutoIt Projects and Collaboration” forum. Unfortunately I didn't follow the "Dark Mode" / "DPI" threads, so I do not know which UDFs I should add to the wiki and which user is the main author of which UDF. I have already added the Dark Mode UDF to the wiki. For more UDFs to add, please send a PM or post here. Add a short description of the UDF and a link to your post in the Example Scripts or Projects and Collaboration forum. -
TheSaint has compiled a list of GUI Creators/Designers, which can be found here.
- 23 replies
-
- form designer
- guibuilder
-
(and 3 more)
Tagged with:
-
ioa747 reacted to a post in a topic:
SciTE_OverlayTab
-
I tested version 0.11 (both compiled as 32 and 64 bit) on Windows 11 Home 25H2. Everything works fine 👍
-
ercicttech reacted to a post in a topic:
Editing a text box in Word
-
Danyfirex reacted to a post in a topic:
Editing a text box in Word
-
$sText = $oDoc.Shapes("Group 5").GroupItems("Text Box 8").TextFrame.TextRange.Text Should return the text. You can find an example of how to edit the text in Microsofts Office Reference.
-
And the result of this check is?
-
mr-es335 reacted to a post in a topic:
ShellExecute Issues!!
-
I suggest to check for errors returned by SheellExecute.
-
User Dotaznik wanted to tell you that you have to replace $Rights_Delete to $STANDARD_RIGHTS_DELETE in your script. This is true for $SYNCHRONIZE as well. The Standard_* constants can be found in the SecurityConstants.au3 include file.
-
WildByDesign reacted to a post in a topic:
DarkMode UDF for AutoIt's Win32GUIs
-
DarkMode UDF for AutoIt's Win32GUIs
water replied to NoNameCode's topic in AutoIt Technical Discussion
Select Case $iDPI >= 100 and $iDPI <= 400 $t.itemWidth = $iTextWidth - ($idPI-100)/25 Case Else $t.itemWidth = $iTextWidth - 5 EndSelect -
AutoItIPC UDF for Inter Process Communication
water replied to Kanashius's topic in AutoIt Example Scripts
Added your UDF to the wiki -
Added this UDF to the wiki
-
Entering data into a spreadsheet.
water replied to phedlund's topic in AutoIt General Help and Support
There is an UDF available for LibreOffice. This way you can easily write data to a spreadsheet.