Code: Select all
StringGadget(0, 16, 181, 569, 320, "", #PB_String_Multiline|#ESB_DISABLE_LEFT|#ESB_DISABLE_RIGHT)Code: Select all
message$ = GetGadgetText(0)Code: Select all
DrawingFont(LoadFont(0, "Verdana", 25))
FrontColor(160,160,160)
Locate(720, 1665) : DrawText(message$)Basically I need my gadget to recognise carriage returns and when it wordwraps on to the next line.
Please help ! :roll:
Kind regards
Andy ( aka Large )
