Загрузка страницы

AutoHotkey Intro 6 - Winmove, WinMaximize, WinMinimize, WinClose and more with AHK

Here ill show you how to move, minimize, maximize, and close windows based off window name or text with in the window.

CODE:
SetTitleMatchMode, 2
F2::
WinMove, Notepad, , 500, 100
Return

F3::
WinMove, Notepad, , 500, 100 , 300, 300
Return

F4::
WinMove, Notepad,, (A_ScreenWidth/2), (A_ScreenHeight/2)
Return

F5::
MouseGetPos, mx, my
WinMove, MyEditgui, , , , %mx%, %my%
Return

;GuiControl, Move, MyEditgui, x10 y20 w200 h100

F3::
WinMinimize,, Hello my friend,
Return

F4::
WinMaximize , Notepad
Return

F5::
WinMaximize ,, Hello my friend
Return

F6::
WinClose, Notepad
Return

Видео AutoHotkey Intro 6 - Winmove, WinMaximize, WinMinimize, WinClose and more with AHK канала TAB Nation - Automation
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
25 ноября 2020 г. 4:48:02
00:09:35
Яндекс.Метрика