摘要: 重载: protected override bool ProcessDialogKey(Keys keyData) { if (keyData == Keys.Enter) { // 回车键按下时不调用基类的方法,从而不触发任何事件 MessageBox.Show("请使用鼠标点击按钮", CFi 阅读全文
posted @ 2024-04-12 14:47 txwtech 阅读(82) 评论(0) 推荐(0) 编辑
摘要: [DllImport("user32.dll")]//拖动无窗体的控件 public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr 阅读全文
posted @ 2024-04-12 14:43 txwtech 阅读(9) 评论(0) 推荐(0) 编辑