Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v2) • Re: How to start a program and hide it immediately?

$
0
0
....To see the differences/lack of differences:

CODE:

#Requires AutoHotkey v2.0
target1 := "C:\Program Files\Google\Chrome\Application\chrome.exe" " https://www.autohotkey.com/docs/v2/lib/Run.htm"
target2 := "C:\Program Files\Google\Chrome\Application\chrome.exe https://www.autohotkey.com/docs/v2/lib/Run.htm"
target3 := '"C:\Program Files\Google\Chrome\Application\chrome.exe" "https://www.autohotkey.com/docs/v2/lib/Run.htm"'
MyGui := Gui()
MyGui.SetFont('s12','Consolas')
MyGui.Add('Text',, target1 '`n' target2 '`n' target3)
MyGui.Show


Very nice!
Any thoughts on why the "Min" option isn't working?

Statistics: Posted by kunkel321 — Today, 20:06



Viewing all articles
Browse latest Browse all 579

Trending Articles