1. 首页
  2. 数据库
  3. 其它
  4. C# WINFORM 强制让窗体获得焦点的方法代码

C# WINFORM 强制让窗体获得焦点的方法代码

上传者: 2021-01-03 16:20:54上传 PDF文件 36.25KB 热度 8次
代码如下://调用API [System.Runtime.InteropServices.DllImport(“user32.dll”, CharSet = System.Runtime.InteropServices.CharSet.Auto, ExactSpelling = true)] public static extern IntPtr GetForegroundWindow(); //获得本窗体的句柄 [System.Runtime.InteropServices.DllImport(“user32.dll”, EntryPoint = “SetForegroundWindow”)
用户评论