Instead of returning the currect selected font, it returns 0.
ShellExecute("notepad.exe") WinWaitActive("Untitled - Notepad") Send("!O") Send("F") WinWaitActive("Font") $select = ControlCommand("Font", "", "[CLASS:ComboLBox; INSTANCE:1]", "GetCurrentSelection", "") MsgBox(0,"", $select)