gui

Fasz fiatal

Известный
Автор темы
323
65
как сделать чтобы можно было нажать на что то под окном?
AutoHotKey:
CustomColor = 00ff00
Gui, +LastFound +AlwaysOnTop -caption +ToolWindow
Gui, Color, Black
Gui, font, s16
Gui, font, cWhite
Gui, font, w1000
Gui, add, text, cWhite, Время: %A_Hour%:%A_Min%:%A_Sec%
Gui, add, text, cWhite, День: %A_DD%-%A_MM%-%A_Year%
Gui, add, text, cWhite, День недели: %A_DDDD%
WinSet, TransColor, %CustomColor% 180

Gui, Show, x0 y0, NoActive, window