Win32lib.ew & Mletext
- Posted by Grape_ Vine_ <g__vine at HOTMAIL.COM> Jan 26, 2000
- 465 views
<code> --I ripped this out of win32lib.ew ver 0.42e to create a few mletext windows include win32lib.ew global constant gv_MleText_1 = 15 constant EDIT = 3 className [ gv_MleText_1 ] = "edit" classType [ gv_MleText_1 ] = EDIT classStyle[ gv_MleText_1 ] = or_all({ WS_CHILD, WS_VISIBLE, WS_TABSTOP, --WS_HSCROLL, --WS_VSCROLL, WS_BORDER, ES_LEFT, ES_MULTILINE, ES_AUTOHSCROLL}) --ES_AUTOVSCROLL <end code> This gives a mle with the atribs ^^^^ But it doesnt let me enter text, hit enter, and move down a line even tho i have es_multiline in the atribs, What am i doing wrong?(i tried with h & v scroll on, dint work the way i want it to) ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com