Re: Close window
- Posted by vern at lvp.eastlink.ca Jan 27, 2002
- 446 views
> Executing free_console() in dll.e should make your > console window go away, although it will come back again > if your program does any console I/O. > > A console window appears automatically in a > Windows Euphoria program whenever you print to > the screen with printf(), puts() etc., input text from the > keyboard using gets(), getc() etc. or you call > clear_screen(), position() or any function that > interacts with the DOS-style console in some way. > GUI programs normally don't use any DOS-style > console I/O routines. They use the routines supplied by > Win32Lib (or some other GUI library) to interact with the user. > > Regards, > Rob Craig > Rapid Deployment Software > http://www.RapidEuphoria.com > > free_console() worked, don't know why I never thought of it before, thank you :) Bernie > > >