;Autor: Deluxe0321 ;Ab Vista ;XP-Skin muss aktiviert sein EnableExplicit #BS_COMMANDLINK = $0000000E If OpenWindow(0,0,0,500,250,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) ButtonGadget(1,10,10,200,60,"Buttontext"+Chr(13)+"Mit Zeilenumbruch",#BS_COMMANDLINK) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf