....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