Search results

Jump to navigation Jump to search
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • Global Const $hwnd = GUICreate("Animate Window", 300, 300) DllCall("user32.dll", "int", "AnimateWindow", "hwnd", $hwnd, "int", 1000, "long", 0x00080000) ; fade-in ...
    58 KB (6,056 words) - 21:02, 19 August 2021
  • Local Const $hWnd = WinGetHandle(AutoItWinGetTitle()) ; Get the handle of the AutoIt Hidden W WinMove($hWnd, '', (@DesktopWidth / 2) - 250, (@DesktopHeight / 2) - 250, 500, 500) ; Mov ...
    38 KB (4,029 words) - 21:42, 16 January 2015
  • Func WM_SETCURSOR($hWnd, $iMsg, $iWParam, $iLParam) If $hWnd = $Gui Then ...
    31 KB (3,301 words) - 15:10, 12 November 2012
  • | 1 || hWnd || The Window handle of the GUI in which the message appears. Func MY_WM_COMMAND($hWnd, $Msg, $wParam, $lParam) ...
    15 KB (1,812 words) - 16:13, 23 August 2013
  • $hWnd = WinGetHandle($title, $text) If $hWnd == "" Then ...
    31 KB (3,122 words) - 09:05, 10 July 2016
  • ;Get HWND. $hWnd = _GetHwndFromPID($iPID) ...
    55 KB (8,091 words) - 14:18, 2 October 2024
  • Func _MY_NCHITTEST($hWnd, $uMsg, $wParam, $lParam) Switch $hWnd ...
    16 KB (2,102 words) - 11:40, 18 April 2015
  • Func WM_DROPFILES($hWnd, $iMsg, $iwParam, $ilParam) #forceref $hWnd, $ilParam ...
    37 KB (3,899 words) - 19:37, 20 September 2020
  • ...you use ''GUIRegisterMsg'' to call '''MUST''' have these 4 parameters - ''$hWnd, $iMsg, $wParam, $lParam'' - because that is what Windows uses itself to pa *''$hWnd'' - the GUI which sent the message ...
    8 KB (1,337 words) - 11:06, 11 July 2015
  • Local $hWnd, $hGuiSwitch, $aCtrlSize, $aRetSize[2] = [0, 0] $hWnd = GUICreate($sString, 0, 0, 0, 0, BitOR(0x80000000, 0x20000000), BitOR(0x00 ...
    14 KB (1,421 words) - 16:59, 18 November 2012
  • ControlClick(HWnd($Main), '', $Button) If IsArray($iRet) Then Return HWnd($iRet[0]) ...
    15 KB (1,679 words) - 19:15, 24 August 2013
  • | title || The title/hWnd/class of the window to access. See [http://www.autoitscript.com/autoit3/doc Local $hWnd = WinWait("[CLASS:Notepad]", "", 10) ...
    5 KB (675 words) - 16:13, 23 August 2013
  • Local $hWnd = WinGetHandle(AutoItWinGetTitle()) ; Get the handle of the AutoIt Hidden W WinMove($hWnd, "", (@DesktopWidth / 2) - 250, (@DesktopHeight / 2) - 250, 500, 500) ; Mov ...
    1 KB (153 words) - 16:46, 15 August 2013
  • $iRet2 = DllCall("user32.dll", "lresult", "SendMessageTimeoutW", "hwnd", 0xffff, "dword", 0x001A, "ptr", 0, _ Global $hwnd = WinWait("[CLASS:Notepad]", "") ...
    20 KB (2,078 words) - 18:19, 18 November 2012
  • DllCall("User32.dll", "bool", "ShowWindowAsync", "hwnd", $hButtons[0], "int", @SW_HIDE) DllCall("User32.dll", "bool", "ShowWindowAsync", "hwnd", $hButtons[1], "int", @SW_HIDE) ...
    13 KB (1,542 words) - 13:27, 2 July 2016
  • ; Syntax.........: _WinAPI_GetMousePos([$bToClient = False[, $hWnd = 0]]) ; $hWnd - Window handle used to convert coordinates if $fToClient is True ...
    28 KB (3,750 words) - 18:51, 19 January 2024
  • Local $hWnd = WinGetHandle("[CLASS:Progman]"), $SC_MONITORPOWER = 61808 Return _SendMessage($hWnd, $WM_SYSCOMMAND, $SC_MONITORPOWER, 2) ...
    7 KB (702 words) - 19:47, 12 May 2014
  • ...pt"[,"default"[,"password char[Option]"[,width[,height[,left,top[,timeout[,hwnd]]]]]]) <tr><td>hwnd</td><td>Set the window handle as the parent.(Optional)</td></tr> ...
    4 KB (642 words) - 09:19, 4 November 2017
  • <tr><td>{{Help File|HWnd}}</td><td>Converts an expression into an HWND handle.</td></tr> ...
    39 KB (6,797 words) - 19:52, 16 July 2015
  • Func _WM_COMMAND($hWnd, $Msg, $wParam, $lParam) Func _WM_COMMAND($hWnd, $Msg, $wParam, $lParam) ...
    15 KB (1,884 words) - 18:29, 15 August 2013
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)