简体   繁体   中英

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.

From Windows API:

See WS_EX_LAYERED / SetLayeredWindowAttributes / UpdateLayeredWindow to draw transparent window

See WS_EX_TOPMOST to draw topmost window.

The UI framework you use might incapsulate these APIs with its own mechanisms.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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