AUTOHOTKEY changing WS_EX_CLIENTEDGE color

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
XZNN
Posts: 1
Joined: 23 Apr 2017, 18:27

AUTOHOTKEY changing WS_EX_CLIENTEDGE color

26 Apr 2017, 18:34

How can I custom specify, or force, the color of WS_EX_CLIENTEDGE [+E0x200]? I want a much more toned down color for it. Thx.

Code: Select all

CustomColor         := 000055
RequestToDisplay    := "I want to change the color of WS_EX_CLIENTEDGE"
RequestTitle        := "[REQUEST]"

GUI Request:FONT, s9 w1000 Q5, Verdana
GUI Request:COLOR, %CustomColor%, 000001
GUI Request:Add, EDIT, vMyAddress cFFFFFF r3 w400 xp-11 yp-0 -VScroll Multi WantTab t8 +E0x200 +Left
GUI Request:+LastFound +AlwaysOnTop -Caption -SysMenu
GUI Request:MARGIN, 0, 0
GUI Request:SHOW, x200 y300, %RequestTitle%

ControlSend, Edit1, %RequestToDisplay%, %RequestTitle%

return

ESC::ExitApp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: robodesign and 248 guests