-
Posts
26,765 -
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,986 profile views
water's Achievements
-
mLipok reacted to a post in a topic:
ListView + ImageList for GroupHeader ( LVSIL_GROUPHEADER )
-
pixelsearch reacted to a post in a topic:
ListView + ImageList for GroupHeader ( LVSIL_GROUPHEADER )
-
ListView + ImageList for GroupHeader ( LVSIL_GROUPHEADER )
water replied to mLipok's topic in AutoIt GUI Help and Support
Maybe the H2Au3 tool from the german forum helps to create structures for AutoIt 🤔It's old, it's beta and far from perfect, but it might save you a few minutes https://autoit.de/thread/23604-h2au3/?postID=192084&highlight=h2au3#post192084 Here is the translated post: Hi, I’d like to introduce you to a tool that lets you convert C constants, function declarations, and structure definitions into AutoIt code. The program is still in the beta stage and will eventually be able to translate entire C header files (not everything, but what it can handle). It can also be used to translate function declarations and structure definitions from the MSDN Developer Library (this already works quite well). Since h2au3 isn’t perfect, you’ll need to make some manual corrections here and there, such as the last parameter in the example below, which represents a structure (BLENDFUNCTION). The preview version is attached. Usage: Clipboard: Start h2au3, copy a function/structure from MSDN or a C header file, e.g., AlphaBlend. Copy the function syntax to the clipboard, select what you want to convert—in this case, a function or simply select “All”—and press “F5.” Done. Compiling a header file: Select a C header file via the “File | Open” menu. Select the “Tools | Start” menu item or press “F5”. Done. Quick alternative: Drag and drop a C header file into the window. Done. MSDN Search: Select the menu item “View | Search Bar.” A toolbar with an input field will appear. Enter the name of a function or structure in the input field and press the “Search” button or “F3.” Done Translated with DeepL.com (free version) -
ioa747 reacted to a post in a topic:
UC_Framework - Universal Controls
-
mLipok reacted to a post in a topic:
UC_Framework - Universal Controls
-
Added your UDF to the wiki
-
argumentum reacted to a post in a topic:
GUIDarkTheme UDF
-
WildByDesign reacted to a post in a topic:
GUIDarkTheme UDF
-
My post was meant for user xuankhanh1982 (hence I quoted his post). Just telling us that "it doesn't work" is not very helpful. He should at least post the information that is at his fingertips
-
Can you please post the console output of Au3Stripper? Most of the time the messages tell you which statements might cause a problem.
-
MattyD reacted to a post in a topic:
WinRT Object Libraries
-
argumentum reacted to a post in a topic:
WinRT Object Libraries
-
Added to the Wiki
-
argumentum reacted to a post in a topic:
SNMP UDF rewrite
-
MattyD reacted to a post in a topic:
SNMP UDF rewrite
-
I've added this UDF to the wiki
-
water reacted to a post in a topic:
Adjustment UDF — Least Squares Adjustment for AutoIt
-
DarkMode UDF for AutoIt's Win32GUIs
water replied to NoNameCode's topic in AutoIt Technical Discussion
Done -
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:
-
I tested version 0.11 (both compiled as 32 and 64 bit) on Windows 11 Home 25H2. Everything works fine 👍
-
$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?
-
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.