Aeroglass 和 Visual Basic.Net
是否有任何教程,或者是否有简单的代码可用于在 VB.NET 中控制 Aeroglass?我想知道如何使用各种效果,如果可能的话,如何制作 Paint.NET 3.5 中完成的 Aeroglass 效果。 (顶栏的内侧不是直的。
are there any tutorials, or, is there simple code to be used to control Aeroglass in VB.NET? I would like to know how to play with various effects and, if possible, how to do the Aeroglass effects done in Paint.NET 3.5. (The inside of the topbar is not straight.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要调用 DWM API 函数,本文,使用 P/Invoke。
有关示例,请参阅 这里
You need to call the DWM API functions, which are described in this article, using P/Invoke.
For an example, see here