Show only a button. Not the GUI Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Fulminare
Posts: 369
Joined: 26 Jun 2021, 20:15

Show only a button. Not the GUI

17 Oct 2021, 09:10

Hi !

In this script a gui is shown with a button inside. How to make it such a way that only the button is shown and not the rest of the GUI ?

Code: Select all

gui, add, button, x5 y5 h20 w70 gPause, Pause
gui, show, w80
return
Pause: 
 {
   Send ^j
 }
return
Can someone kindly tell me ?
Thank you :)

Regards.
User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: Show only a button. Not the GUI  Topic is solved

17 Oct 2021, 09:28

How to make it such a way that only the button is shown and not the rest of the GUI ?

Code: Select all


Gui, -Caption
Gui, Margin, 0, 0
Gui, Add, Button,, Blah Blah Blah
Gui, Show,, 


Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, jeves and 161 guests