Re: Win4Eu update

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

Tommy Carlier wrote:
> 
> A little update on the progress of Win4Eu:
> 
> }}}
<eucode>
> include win4eu.ew
> 
> constant win = create(Window, "win", {10, 10, 300, 200})
> start(Application)
> </eucode>
{{{

> 

Tommy I don't see anything new except you have no parent
and no style; You can already do this using my w32engin.ew or win32lib.

include w32engin.ew
 
constant win = create(Window, "win", 0, 10, 10, 300, 200,0)
WinMain(win,Normal)


Bernie
My files in archive:
http://www.rapideuphoria.com/w32engin.zip
http://www.rapideuphoria.com/mixedlib.zip
http://www.rapideuphoria.com/eu_engin.zip
http://www.rapideuphoria.com/win32eru.zip

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

Search



Quick Links

User menu

Not signed in.

Misc Menu