CODEOpt("WinTitleMatchMode", 4) $lastfm = WinGetTitle("[CLASS:QWidget","") Func TitleUpdate() ControlClick("Ventrilo", "Comment", 1060) sleep(500) ControlSend("Comment - Advanced ", "", "", $lastfm & "Last.FM") sleep(500) ControlClick("Comment - Advanced", "OK", 1) sleep(4000) EndFunc While 1 TitleUpdate() wend Here I thought it was just simple enough to work. The Last.FM Player window is the only thing I have up with the QWidget as it's class, but t