简体   繁体   English

Win32控制台应用程序中对话框和小部件的库(用C编写)

[英]Library for Dialogs and Widgets in Win32 Console Application ( in C )

I've seen a lot of console apps (that run on windows) having some dialog boxes and widgets inside them. 我已经看到很多控制台应用程序(在Windows上运行),其中包含一些对话框和小部件。 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? 现在我的问题是:是否有任何库(用C语言编写)在Win32控制台应用程序中创建对话框和小部件?

UPDATE: Seen pdcurses, but it lacks libraries from the real ncurses library like menu.h and form.h. 更新:看到了pdcurses,但是它缺少真正的ncurses库中的库,例如menu.h和form.h。 So ss there any other that is easy to use? 难道还有其他易于使用的东西吗? Thanks a bunch! 谢谢一群! :) :)

cygwin套件应包含完整的ncurses端口。

you can use ncurses, please check the following question from stackoverflow.com: Is ncurses available for windows? 您可以使用ncurses,请从stackoverflow.com检查以下问题: ncurses是否可用于Windows?

there is also PDCurses that support Win32 也有支持Win32的PDCurses

you can also use the old library Turbo vision , I have never tested it on win32. 您还可以使用旧的Turbo Turbo视觉库,我从未在win32上对其进行过测试。

if you ou can get hold of an old borland C/C++ (v3.1 if I remember correctly or 6.0, I guess the former version). 如果您可以使用旧的Borland C / C ++(如果我没记错的话是v3.1或6.0,我想是旧版本)。 It has a framework to get just the same that you showed in your picture. 它具有一个框架,可以使您获得与图片所示相同的框架。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM