mon probleme est expliquer dans mon code , vous comprenderez mieu en le testant. je ne sait pas trop comment l'expliquer sur texte.lol

Code : Tout sélectionner
Enumeration
#Window_0
EndEnumeration
Enumeration
#String_0
EndEnumeration
If OpenWindow(#Window_0, 216, 0, 600, 60, #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_SizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered , "exemple")
If CreateGadgetList(WindowID())
StringGadget(#String_0, 5, 5, 590, 50, "voila mon probleme je voudrais savoir si c'est possible qu'a la fin de cette ligne au lieu que sa continue a ecrir vers la droite ( comme ce-ci). que sa passe automatiquement a la ligne",#PB_String_MultiLine)
EndIf
EndIf
Repeat
Event = WaitWindowEvent()
Until Event = #PB_EventCloseWindow