Skif_off
|
Posted: Thu Jul 28, 2016 16:16 Post subject: |
|
|
LonerD
Win7x64, на AutoIt пробовал так:
 Hidden text Code: | #NoTrayIcon
Global Const $WM_USER = 0x400
Local $hTC, $aResult
$hTC = WinGetHandle('[CLASS:TTOTAL_CMD]')
$aResult = DllCall("user32.dll", "lresult", "SendMessageW", "hwnd", $hTC, "uint", $WM_USER + 50, "wparam", 1011, "lparam", 0)
MsgBox(48 + 4096, 'GoToDirectoryHotlist.au3', $aResult[0]) |
(AutoIt3.exe)
Возвразщает "4294967295" только при сочетании AutoItx64 + TCx86.
Last edited by Skif_off on Tue Aug 02, 2016 05:33; edited 1 time in total |
|