Search:
Forum
General C++ Programming
Text editor c++ gui
Text editor c++ gui
Mar 30, 2021 at 2:22pm UTC
Ticbow
(4)
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?
Mar 30, 2021 at 3:53pm UTC
jonnin
(11437)
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
Mar 30, 2021 at 3:53pm UTC
Apr 1, 2021 at 8:07am UTC
Ticbow
(4)
Thank you, I'll try that out!
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs