Windows 安全中心使用哪些类型的控件?
控制面板-> 安全中心
我真的很喜欢用于显示防火墙或自动更新是否已启用的组件/控件。 这些可重用控件是 C# 还是 Delphi 中的?
Control Panel -> Security Center
I really like the components/controls which are used to show if a firewall or the Automatic Updates are enabled.
Are these reusable controls in C# or Delphi?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这些组件是 Windows 的内部组件,不能在操作系统之外使用(并且是用 C++ 编写的)。
These components are internal to Windows and are not available to be used outside of the operating system (and are written in C++).
这些不可重复使用。 它们内置于 Windows 中,因此您需要制作自己的自定义版本的这些控件,或者如果您想模仿它们的外观,则需要找到已有的人。
如果您发布一个新问题(或只是添加到这个问题中)询问如何制作类似的东西,并说明您想要在什么语言/环境中进行操作,我相信我们可以为您指明正确的方向。
These are not reusable. They are built into Windows so you would need to either make your own custom version of these controls or find someone who already has if you want to mimic their look.
If you post a new question (or just add to this one) asking how to make something like it, and state what language/environment you would like to do it in, I'm sure we could point you in the right direction.
是的,它们是可重复使用的(当然,因为它们在第 3 环中!!!)
只需从 ATL.DLL 加载它们即可(C 代码几年前已发布在 BBS 上...)
一些错误和新手的答案令人难以置信......
Yes, they are reusable (of course, as they are in ring 3 !!!)
Simply load them from ATL.DLL (C code had been posted several years ago on BBS...)
Some wrong and newbie answers are unbelievable...