Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 3866)

Ticket Resolution Summary Owner Reporter
#3763 Rejected Send() Optimisation TommyDDR
Description

When SendKeyDelay and SendKeyDownDelay opt are both equals to 0, call SendInput only one time with INPUT struct array instead of multiple call for a faster processing.

It will prevent for calling : GetAsyncKeyState for VK_LSHIFT, VK_RSHIFT, VK_CONTROL, VK_MENU, VK_LWIN GetKeyState for VK_LSHIFT, VK_RSHIFT, VK_CONTROL, VK_MENU, VK_LWIN for each key and reduce call numbers to SendInput

Opt("SendKeyDelay", 0)
Opt("SendKeyDownDelay", 0)

Send("abcdefghijklmnopqrstuvwxyz")
#3762 No Bug au3-files are missing in src-archive Tweaky
Description

Hi, in the src-archive "autoit-docs-v3.3.15.2-src.zip" many examples are missing but in the help file they are present

e.g.: _ClipBoard_SetDataEx _Crypt_DecryptData _Date_Time_SetLocalTime _Date_Time_SetSystemTime _Date_Time_SetTimeZoneInformation _GUICtrlButton_SetImageList _GUICtrlButton_SetNote _GUICtrlComboBoxEx_SetCurSel _GUICtrlComboBoxEx_SetDroppedWidth _GUICtrlComboBoxEx_SetEditSel _GUICtrlComboBoxEx_SetEditText

and many more

Please check it

Thanks

#3761 Completed _WinAPI_SetWindowPos second parameter description Melba23 moderncareca@…
Description

$HWND_TOPMOST has the same description as $HWND_NOTOPMOST.

Note: See TracQuery for help on using queries.