I’ve seen a lot of console apps (that run on windows) having some dialog boxes and widgets inside them. Say for example:

A there are a lot more. Now my question: Is there any library (in C) for creating dialogs and widgets in a Win32 Console App?
UPDATE: Seen pdcurses, but it lacks libraries from the real ncurses library like menu.h and form.h. So ss there any other that is easy to use?
Thanks a bunch! 🙂
you can use ncurses, please check the following question from stackoverflow.com:
Is ncurses available for windows?
there is also PDCurses that support Win32
you can also use the old library Turbo vision, I have never tested it on win32.