简体   繁体   English

如何制作 Clippy(Windows 虚拟助手)克隆?

[英]How do I make a Clippy(Windows irtual assistant) clone?

What languages and technologies should I use for the following task?我应该使用哪些语言和技术来完成以下任务? I need to place an image over all the other windows and change that image sometimes.我需要在所有其他窗口上放置一个图像并有时更改该图像。 (Sorry for poor eng. language) (抱歉英语不好)

Any UI technologies that allows you drawing topmost transparent window.任何允许您绘制最顶层透明窗口的 UI 技术。

From Windows API:从 Windows API:

See WS_EX_LAYERED / SetLayeredWindowAttributes / UpdateLayeredWindow to draw transparent window参见WS_EX_LAYERED / SetLayeredWindowAttributes / UpdateLayeredWindow绘制透明窗口

See WS_EX_TOPMOST to draw topmost window.参见WS_EX_TOPMOST绘制最顶层窗口。

The UI framework you use might incapsulate these APIs with its own mechanisms.您使用的 UI 框架可能会使用自己的机制封装这些 API。

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

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