Win32lib.ew & Mletext

new topic     » goto parent     » topic index » view thread      » older message » newer message

<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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu