Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个调色板窗口,它是最顶层的窗口,我想分别在窗口出现和消失时添加淡入/淡出效果。当前窗口在失去焦点时会自动隐藏,否则会出现。隐藏和显示我正在使用的窗口
showWindow(handle, SW_HIDE)
有什么方法可以为窗口添加所需的效果?
额外问题:我希望窗户的边缘是圆形的。
谢谢。
AnimateWindow为褪色。 SetWindowRgn对于圆角。
AnimateWindow
SetWindowRgn