So wird nämlich alles lahm gelegt:
Code: Alles auswählen
Repeat
StartDrawing(WindowOutput())
DrawText(Str(Hour(Date())) + " : " + Str(Minute(Date())) + " : " + Str(Second(Date())))
StopDrawing()
ForEver Code: Alles auswählen
Repeat
StartDrawing(WindowOutput())
DrawText(Str(Hour(Date())) + " : " + Str(Minute(Date())) + " : " + Str(Second(Date())))
StopDrawing()
ForEver Code: Alles auswählen
Repeat
EventID.l = WindowEvent()
StartDrawing(WindowOutput())
DrawText(Str(Hour(Date())) + " : " + Str(Minute(Date())) + " : " + Str(Second(Date())))
StopDrawing()
Delay(1)
Until EventID = #PB_Event_CloseWindow