Code: Alles auswählen
Global string.s, oldstring.s
Repeat
Delay(1)
oldstring = string
string = Space(1024)
hwnd = GetForegroundWindow_()
GetWindowText_(hwnd,@string,1024)
If string <> oldstring
Debug string
EndIf
ForEver
vll ist es ein Child-Window von irgendeinem Windows ding (wie zb taskleiste oder desktop o.ä.)