kill a 4th Gui

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
sbrady19
Posts: 337
Joined: 12 Apr 2018, 05:22
Location: Central Florida
Contact:

kill a 4th Gui

20 Aug 2018, 06:49

I have tried 9 ways to kill a gui and nothing I do works. Here is my code, what is that magic line of code to close the 4th GUI window. Thanks for any help.

Code: Select all

buttonvo:
Run, E:\Nuendo_Projects_DAW3\VOs
SetTitleMatchMode, 2
WinWait, VOs, , 1,
WinGetActiveTitle, Title
WinMove, %Title%, , 90, 20 , 800, 900

Gui, 4: Color, White
Gui, 4: Add, Progress, vMyProgress x20 y40 w400
Gui, 4: Font, s18
Gui, 4: Add, Text, x20 y60 h200 w350 vMyText 
Gui, 4: Show, h200 w450


GuiControl, 4:, MyProgress, 25
GuiControl, 4:, MyText, Template folder copied 25`%
Sleep 1000

GuiControl, 4:, MyProgress, 50
GuiControl, 4:, MyText, Folder Renamed 50`%
Sleep 1000

GuiControl, 4:, MyProgress, 75
GuiControl, 4:, MyText, Premiere File Renamed 75`%
Sleep 1000

GuiControl, 4:, MyProgress, 100 
GuiControl, 4:, MyText, Folder Opened 100`% DONE!`nThank the widget Guru.
sleep 1000

GuiEscape4:
return
sbrady19
Posts: 337
Joined: 12 Apr 2018, 05:22
Location: Central Florida
Contact:

Re: kill a 4th Gui

20 Aug 2018, 07:11

found it on YouTube.......Gui,4:Destroy

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: scriptor2016 and 291 guests