Что нового

Пробная тема

raf89

Новичок
Сообщения
2
Репутация
0
[spоiler]Приветствую

Код:
$Progress1 = GUICtrlCreateProgress(184, 256, 217, 33, $WS_BORDER)
GUICtrlSetColor($Progress1, 0xFF0000)
GUICtrlSetBkColor($Progress1, 0x000000)
;----------------------------------------------------------- красная
$Button1 = GUICtrlCreateButton("Button1", 192, 344, 57, 33)
GUICtrlSetBkColor(-1, 0xFF0000)
;----------------------------------------------------------- зеленая
$Button2 = GUICtrlCreateButton("Button2", 64, 344, 57, 33)
GUICtrlSetBkColor(-1, 0x00FF00)

[/spоiler]
 
Верх