码迷,mamicode.com
首页 > Windows程序 > 详细

c# 使form窗体在系统中获得焦点

时间:2021-05-24 05:37:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:返回   win   run   imp   tsp   time   orm   window   焦点   

[System.Runtime.InteropServices.DllImport("user32.dll", CharSet =System.Runtime.InteropServices.CharSet.Auto, ExactSpelling =true)]
  public static extern IntPtrGetForegroundWindow();   //获得当前活动窗体的句柄


[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint= "SetForegroundWindow")]
  public static extern boolSetForegroundWindow(IntPtr hWnd);//设置此窗体句柄的窗体为活动窗体


GetForegroundWindow(),此函数返回一个当前活动窗体的句柄
SetForegroundWindow(this. Handle  )设置自己为活动窗体

 

c# 使form窗体在系统中获得焦点

标签:返回   win   run   imp   tsp   time   orm   window   焦点   

原文地址:https://www.cnblogs.com/wzihan/p/14756028.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!