Removing the scrollbar from Dev C++ console windows

Jan 29, 2011 at 1:14pm
Hi all,

I just would like to know how to remove the scrollbar from the Dev-C++ compiled console applications. Can you tell me?

Thanks in advance
Jan 29, 2011 at 4:54pm
You shouldn't do that, as it would prevent the user from scrolling up.

Obligatory link: http://cplusplus.com/forum/articles/28558/
Jan 29, 2011 at 4:54pm
On the assumption you're coding on a Win32 system, it's explained here:

http://www.adrianxw.dk/SoftwareSite/Consoles/Consoles6.html
Jan 29, 2011 at 5:06pm
Tutorials like that need to be destroyed.

Please don't do anything it tells you. You're completely misusing the console and making life much harder for yourself.
Jan 29, 2011 at 6:55pm
I am about to make a simple "user interface", which wouldn't look good, if the screen could be scrolled. That's why I want to remove the scrollbar.

Anyway, thank you for your help ; )
Topic archived. No new replies allowed.