Verfasst: 05.10.2007 21:56
ganz komisches ding is das....
Es ist jedenfalls nicht das "foregroundwindow", obwohl es alle anderen auf jeden fall überlappt.
vll ist es ein Child-Window von irgendeinem Windows ding (wie zb taskleiste oder desktop o.ä.)
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.ä.)