会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小小邪
博客园
首页
新随笔
联系
管理
订阅
2024年10月12日
Winform MessageBox消息弹窗如何实现自动关闭
摘要: 使用了Windows API函数FindWindow和SendMessage来查找消息框的窗口句柄并发送关闭消息 实现方法 public class AutoClosingMessageBox { System.Threading.Timer _timeoutTimer; string _capti
阅读全文
posted @ 2024-10-12 16:20 小小邪
阅读(34)
评论(0)
推荐(0)
编辑
公告