Custom Query (3933 matches)
Results (25 - 27 of 3933)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #4076 | Fixed | __GUICtrlMenu_* examples are not working in Windows 11 | ||
| Description |
As title says many (not all) examples are not working anymore as they are based on Notepad. We should consider rewriting them using AutoIt GUI menus. |
|||
| #4075 | Fixed | Bug with example of _GUICtrlButton_GetImageList | ||
| Description |
Doing a @CRLFT at the end of a memoscript erases all the thing before. @jpm did you ever test you example ? Ask ps he may like to give an answer. |
|||
| #4074 | Fixed | Error in _WinAPI_GetKeyboardLayout example | ||
| Description |
It should be _WinAPI_LoWord instead of _WinAPI_HiWord. #include <WinAPIConv.au3>
#include <WinAPILocale.au3>
#include <WinAPISys.au3>
Local $hKeyboardLayout = _WinAPI_GetKeyboardLayout()
Local $sStr = $hKeyboardLayout & ' (' & _WinAPI_GetLocaleInfo(_WinAPI_LoWord($hKeyboardLayout), $LOCALE_SENGLANGUAGE) & ')'
MsgBox(0, "GetKeyboardLayout - v(" & @AutoItVersion & ")", $sStr)
|
|||
Note:
See TracQuery
for help on using queries.
