Re: Close window

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

> 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
>
>
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu