RE: Console window size: rows and columns
- Posted by Terry Constant <EUforum at terryconstant.com> Aug 13, 2004
- 692 views
Brian wrote: "You should be able to get that info using GetConsoleScreenBufferInfo in kernel32. If you'd like help with it let me know. If so, I'd like to know if you are using any windows helper libraries before I go through the trouble of coding in pure Euphoria." Brian, thanks for the response. After getting your answer, I decided that the capability that I wanted was not part of Euphoria. I do not have an appropriate helper library and did not want to write them, if I did not have to. So I did some searching in the archives. I found wconsole.zip by Ken Roger in which he has already coded some routines for console I/O. I have not yet tested them, but they look like they will suffice. You might want to look at them. Terry Constant