EnableExplicit Define combomem If OpenWindow(0,0,0,500,250,"Window",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) StringGadget(1,10,10,100,20,"",0) StringGadget(2,10,40,100,20,"") combomem = AllocateMemory(40) PokeS(combomem, "Deine Nachricht...", -1, #PB_Unicode) SendMessage_(GadgetID(2), #EM_SETCUEBANNER, 0, combomem) Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow EndIf ; IDE Options = PureBasic 4.60 Beta 2 (Windows - x86) ; CursorPosition = 13 ; EnableXP