Re: Simplest way to bring console to front
- Posted by don cole <doncole at pacbell.net> Oct 05, 2005
- 521 views
For Al or anybody else who is interested, don cole wrote: > > [1] find the location of the Console Window. > Further notes on finding the location of the Console Window. I used Window.ew by Thomas Parslow (PatRat) in the Archives. He identifies the handle by the Window Caption. Now here's the trick, when writing and testing your code the Console Window Caption is "f:\Euphoria\BIN\exw.exe" (or wherever you put your BIN folder). Once the program is bound the Console Caption becomes "MyProgram.exe". So you must change your code in the final bind. Hope this makes sense, Don Cole SF