Removing the scrollbar from Dev C++ console windows

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
You shouldn't do that, as it would prevent the user from scrolling up.

Obligatory link: http://cplusplus.com/forum/articles/28558/
On the assumption you're coding on a Win32 system, it's explained here:

http://www.adrianxw.dk/SoftwareSite/Consoles/Consoles6.html
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.
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.