Code: Alles auswählen
Window...
StartDrawing(WindowOutput()):DrawingMode(4):Box(9,61,107,157,RGB(0,0,123)):StopDrawing()
Repeat
EventID = WaitWindowEvent()
If EventID=#PB_Event_CloseWindow:End:EndIf
Forever
Muss da in die Schleife noch ein Callback oder sowas?