创建静态 vb.net“应用程序”由一张图片组成
我需要创建一个 vb.net 程序,它由一个不可移动的、始终位于顶部的位图组成,没有菜单栏或任何东西,并且不会作为程序显示在任务栏中。 它需要始终从同一个地方开始。
本质上,我需要使用融入风景的位图来遮盖屏幕的一部分。
我不确定需要调整哪些属性才能实现这一切。
I need to create a vb.net program that consists of a unmovable, always on top bitmap, with no menu bar or anything, and does not show up in the task bar as program.
It needs to always start in the same place.
Essentially I need to mask a part of the screen by using a bitmap that blends into the scenery.
I am not sure which properties I need to tweak to achieve all of this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是尝试更改属性,直到获得正确的结果,但下面的内容可能就是您正在寻找的内容。
Just to try changing the properties until you get the right result, but the below is probably sort of what you're looking for.