Page 1 of 1

How to modify the border color?

Posted: 05 Jul 2017, 08:46
by arcticir
I searched all the posts in the forum and did not find a way to modify it.

I would like to know that we can create the border when the designated color?
E.g: GuiCreate("+Borderfofofo")

Code: Select all

f:=GuiCreate("-Caption  +AlwaysOnTop +ToolWindow +Border")
MsgBox f.show("w222 h222")
Image

Re: How to modify the border color?

Posted: 05 Jul 2017, 14:30
by HotKeyIt
I think you would need gdi to draw it, don't think it is possible with native api.

Re: How to modify the border color?

Posted: 05 Jul 2017, 15:10
by arcticir
Thank you.