Fixed size console window
Posted: Sat Mar 11, 2006 12:11 am
Hi,
Just started coding in PB and wondering how I ever did without it!
I'm trying to port some ancient software to windows, and the easiest way seems to be to use a graphical console (it uses a lot of PRINT, TAB, INPUT etc). I open the console like this:
Is there any way to make this console window fixed to a particular size so the user can't scroll etc.?
I'm currently using PB 4.00 Beta 5 on a Win XP machine.
Just started coding in PB and wondering how I ever did without it!

I'm trying to port some ancient software to windows, and the easiest way seems to be to use a graphical console (it uses a lot of PRINT, TAB, INPUT etc). I open the console like this:
Code: Select all
OpenConsole()
EnableGraphicalConsole(1)
I'm currently using PB 4.00 Beta 5 on a Win XP machine.