视觉工作室和 Alpha 背景

发布于 2024-10-11 20:02:03 字数 117 浏览 6 评论 0原文

看到这个问题问了很多,但似乎找不到答案。所以就是这样。您可以使用带有 Alpha 通道的 PNG 作为 VB 应用程序的背景图像吗?我不关心改变应用程序矩形的形状就可以了。他们只想使用背后有阴影的角色作为应用程序的背景。

Seen this question asked a lot but can't seem to find an answer. So here it is. Can you use a PNG with an alpha channel as the background image for a VB app? I don't care about changing the shape of the app rectangle is fine. They just want to use a character with a drop shadow behind him as the background for the app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森林很绿却致人迷途 2024-10-18 20:02:03

在 WinForms 中,您需要制作一个分层窗口。
在 WPF 中,您需要将 AllowsTransparency 设置为 true,并将 WindowStyle 设置为 None

In WinForms, you'll need to make a layered window.
In WPF, you'll need to set AllowsTransparency to true and WindowStyle to None.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文