Re: Newbie very confused
- Posted by DanM Mar 15, 2009
- 1362 views
I meant, "I think the GUI file you're referring to is the IDE,", and should have explained that the IDE is an "Integrated Development Environment", ie, kind of a "drag 'n drop" graphical Windows program development tool.
In it there's a "toolbox" of various "controls", like buttons, listBoxes, editBoxes, etc, that you can click on and then click them into a dummy window for positioning (as opposed to writing code to specify exactly where to put the controls in a window).
It then can save and/or run a Euphoria program with the Win32Lib included automatically, with all the code to create the controls you've placed automagically written for you.
There's more, but you'll see when you download & run it, and then continue to ask questions here as you need to.
Dan