使用VB.NET调用Windows API
如何使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要做的是 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.