Winforms 控件指示单个进程是否正在运行

发布于 2024-07-24 07:41:40 字数 116 浏览 3 评论 0原文

我正在开发一个带有嵌入式 VPN 的 winforms 应用程序。 我希望有一个控件通过指示 VPN 进程是否正在运行来指示 VPN 连接状态。

任何帮助将不胜感激。

谢谢!

I'm working on a winforms app with an embedded vpn. I would like to have a control indicate vpn connection status by indicating whether or not the vpn process is running.

Any help would be greatly appreciated.

Thanks!

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

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

发布评论

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

评论(1

御守 2024-07-31 07:41:40

您可以使用 Timer 控件定期触发 BackgroundWorker 组件来检查 VPN 连接状态。 我这样做是为了检查网络连接状态并切换按钮的启用状态。 单击按钮时还需要检查状态,以防连接在轮询之间断开。

You can use a Timer control that periodically fires off a BackgroundWorker component to check the VPN connection status. I do this to check network connection status and toggle the enabled state of a button. It's also necessary to check status when the button is clicked in case the connection is dropped between polls.

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