How to apply ExStyle to a GUI after it has been created?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
fabricio234
Posts: 122
Joined: 06 Mar 2020, 21:48

How to apply ExStyle to a GUI after it has been created?

18 Jun 2021, 13:05

Code: Select all

   
   Gui, Show, w400 h200, MyGui
   WinSet, ExStyle , +E0x02000000, MyGui
   WinSet, ExStyle,  +E0x00080000, MyGui
How do i apply these ExStyle after a GUI has already been created? The code above seems that's not applying the styles to the GUI
safetycar
Posts: 435
Joined: 12 Aug 2017, 04:27

Re: How to apply ExStyle to a GUI after it has been created?

18 Jun 2021, 13:33

If you remove the "E" it should work.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: BielGuitarJP, CrowexBR, mebelantikjaya, Spawnova and 313 guests