Text editor c++ gui

I'm trying to practice my c++ by making a mock text editor for console applications like that of the MS-DOS editor, but I don't know how to make a toolbar that can be navigated with "alt" and the keyboard. any ideas?
you can try something like this
https://www.codeproject.com/Articles/24896/JLib-A-Windows-Console-Library

there are probably others out there that do similar things.

ms edit used an advanced library that I don't think still exists for 64 bit. It supported mouse and much more...
Last edited on
Thank you, I'll try that out!
Topic archived. No new replies allowed.