c++ - Ultralight - 如何最小化窗口

标签 c++ windows titlebar awesomium

我正在使用 Ultralight 制作我的第一个应用程序,并且我正在尝试制作一个自定义标题栏。问题是:我无法最小化窗口。目前,我尝试使用 ShowWindow 函数和 GetForegroundWindow 来抓取 y 窗口,但是,它只是最小化窗口及其旁边的窗口。如果有人有任何问题或需要澄清,请随时询问他们。

谢谢。

最佳答案

正如 Ultralight 的 github 存储库中提到的,Ultralight 目前不支持无边框窗口

AppCore is currently under active development and only supports single-window apps at this writing. A number of planned features (app icons, automatic packager, borderless windows with custom draggable titlebars, etc) are missing but on the way.

关于c++ - Ultralight - 如何最小化窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62336911/

相关文章:

c++ - 帮助这个算法

c++ - 编写方法的不同方式

c - Windows C API : Create and name a new process that sleeps

c - c中的重定义错误

windows - 我怎样才能让 Perl 6 在 Windows 上运行?

c++ - 给定 2 个 16 位整数,我可以交错这些位以形成一个 32 位整数吗?

c++ - 如何在 C++ 中将字符串转换为 complex<float>?

Android - FEATURE_NO_TITLE 不起作用

Qt:没有标题栏的可调整大小和可移动的主窗口

node.js - 在 Electron 中添加彩色标题栏