How to hide the title bar Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
songdg
Posts: 559
Joined: 04 Oct 2017, 20:04

How to hide the title bar

12 May 2021, 21:21

I found that code in the forum, now I want to hide the title bar, and don't know how to modify this code.

Code: Select all

Gui, +AlwaysOnTop +Disabled -SysMenu +Owner
Gui,1: -DPIScale
SS_REALSIZECONTROL := 0x40
Gui,1:Color,Black,Black
Gui, Font,s10 cYellow ,Lucida Console 
Gui,add,edit,x0 y0  w900 h650 vED1  -vscroll -border -E0x200,
Gui,add,text,x0 y0 w0 vT1 ,
GuiControl, Focus,T1
Gui, Show,x1000 y920 w400 h30, progress
E0x200 = WS_EX_CLIENTEDGE
progress := "showing some information"
ControlSetText,edit1,%progress%, ahk_class AutoHotkeyGUI
Image
User avatar
flyingDman
Posts: 2817
Joined: 29 Sep 2013, 19:01

Re: How to hide the title bar  Topic is solved

12 May 2021, 21:38

Code: Select all

Gui, +AlwaysOnTop +Disabled -SysMenu +Owner -caption
14.3 & 1.3.7
songdg
Posts: 559
Joined: 04 Oct 2017, 20:04

Re: How to hide the title bar

13 May 2021, 04:30

flyingDman wrote:
12 May 2021, 21:38

Code: Select all

Gui, +AlwaysOnTop +Disabled -SysMenu +Owner -caption
Thanks, much appreciated :bravo: :dance:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Holarctic, Rohwedder and 199 guests