New to Euphoria
- Posted by Arb <horizonx at noos.fr> Jan 03, 2006
- 581 views
Hi to everyone, I am testing Euphoria for use in a pet project of mine and I need runtime created, movable, sizable controls. I am working from mousetrap.exw (in \Win32Lib\Demo ) which just does that. Wherever I insert the follwing code I just can't get a runtime control to show up :
myControl = create( Button, "Close", 0, 5,125 ,300, 25,{WS_CHILD, WS_VISIBLE})
Thanks for your guidance, Arb