Results (1 - 10 of 452)
- #4073: Bug: Missing $FOFX_ constants (new)
- All $FOF_ constants are defined in APIShellExConstants.au3. But all $FOFX_ constants are missing. For consistency reason, they should be added.
- — 02/20/26 14:07:37
- #4071: Bug: $GUI_ONTOP sends labels to wrong end of z-order (assigned)
- ... Discussion is here: https://www.autoitscript.com/forum/topic/213453-gui_ontop-label-controls/ Thanks, Matt {{{#!autoit #include <GUIConstants.au3> #include <WinAPI.au3> _Example() Func _Example() Local $hGUI = GUICreate("Test", 300, 200) GUI ...
- — 02/15/26 13:47:06
- #4070: Feature Request: CHM HelpFile should open externall links in default windows browser (closed: Completed)
- ... Disscusion: https://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page/41/#findComment-1549691
- — 02/08/26 14:51:45
- #4069: Bug: Documentation for: _WinAPI_PrintWindow (closed: Fixed)
- ... https://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page/40/#findComment-1549386 The third parameter is not Bool it is Int These 2 following const values can be added to the UDF {{{ 0x1 PW ...
- — 01/28/26 22:44:59
- #4068: Feature Request: Add S_FALSE to WinAPIConstants (closed: Completed)
- Not a biggie, but I thought it might be useful to add $S_FALSE to WinAPIConstants.au3. It pops up a fair bit when dealing with COM stuff! Global Const $S_FALSE = 0x00000001
- — 01/26/26 00:03:29
- #4067: Bug: _WinAPI_EnumWindowStations() example and documentation (closed: Fixed)
- https://www.autoitscript.com/forum/topic/213432-questions-about-_winapi_enumwindowstations/#findComment-1549311 _WinAPI_EnumWindowStations.au3 example currently need to be added: {{{#!autoit #include <WinAPISysWin.au3> }}} but what ...
- — 01/25/26 18:31:27
- #4062: Feature Request: InetRead() return http_statuscode on error (assigned)
- ... InetRead("https://anydesk.com/x") ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $dData = ' & $dData & @CRLF & '>Error code: ' & @error & ' Extended code: ' & @extended & ' (0x' & Hex(@extended) & ')' & @CRLF) ;### Debug Console ; Displ ...
- — 12/26/25 18:04:02
- #4061: Bug: AutoIt x64 issue with: Error allocating memory (assigned)
- ... https://www.autoitscript.com/forum/topic/154081-avoid-autoit-error-message-box-in-unknown-errors/page/5/#findComment-1548055
- — 12/10/25 22:15:01
- #4060: Bug: DllStructCreate() issue with handling errors: Error allocating memory (assigned)
- According to the HelpFile: https://www.autoitscript.com/autoit3/docs/functions/DllStructCreate.htm {{{ Return Value Success: a variable for use with DllStruct calls. Failure: sets the @error flag to non-zero. @error: 1 = Variable passed to DllStructCreate was no ...
- — 12/10/25 22:10:20
- #4056: Feature Request: MakePoints addition to WinAPIConv.au3 (closed: Completed)
- ... [https://learn.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-makepoints] {{{#!autoit #include <WinAPIConv.au3> ;tagPoints is short;short, tagPoint is long;long. Global Const $tagPoints = "struct;short X;short Y;endstruct" ...
- — 11/03/25 01:12:13
Note: See TracSearch
for help on searching.
