nomainwin textbox #w.tb, 2, 0, 300, 320 stylebits #w.tb, _WS_VSCROLL OR _ES_MULTILINE OR _ES_WANTRETURN, 0, 0, 0 open "Return key in a Textbox" for window as #w #w "trapclose quit" #w.tb "Type some text and try the Return key." wait sub quit handle$ close #handle$ end end sub