GUI_TXTINPUT(WIN,X,Y,W,CAP$,LABEL$,MAX,ACT,HELP$)
LABEL$
= label displayed by box
MAX
= not implemented - leave as 0
Adds a text input box
Example:
inp.GADGET=GUI_TXTINPUT(mywin,10,20,100,"Text","Input:",0,1,"Text Input")
See Also:
GUI_GADTEXT$
- returns the input box contents
GUI_SETTEXT
- change the input box caption