使用VB.NET调用Windows API

发布于 2024-07-17 13:27:07 字数 73 浏览 5 评论 0原文

如何使用VB.NNET锁定屏幕(最重要)、更改声音、锁定键盘等?

我知道使用 C++ .Net 很容易做到这一点

How to lock the screen (most important), change the sound, lock the keyboard and etc using VB.NNET?

I know it's quite easy to do it using C++ .Net

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

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

发布评论

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

评论(1

装纯掩盖桑 2024-07-24 13:27:07

您想要做的是 P/Invoke。 您必须查找要实现的特定 API 调用并使用它们。

以下是有关 P/Invoke 的一些信息。

仅供参考,如果您正在计划任何恶意的事情(听起来就像你可能是的那样),请不要。

What you are trying to do is a P/Invoke. You will have to look up the specific API calls you want to implement and use them.

Here is some info on P/Invoke.

FYI, if you are planning anything anything malicious (it sounds like you might be), please don't.

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