;Autor: Rudi EnableExplicit If OpenWindow(0,0,0,500,250,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) StringGadget(1,10,10,480,230,"Testzeile", #ES_MULTILINE | #ES_AUTOVSCROLL|#WS_VSCROLL|#ESB_DISABLE_LEFT|#ESB_DISABLE_RIGHT);Mit Zeilenumbruch Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf