获取当前句柄,并调用API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "SetForegroundWindow")]
public static extern bool SetForegroundWindow(IntPtr hWnd);//设置此窗体为活动窗体
本文共 227 字,大约阅读时间需要 1 分钟。
获取当前句柄,并调用API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "SetForegroundWindow")]
public static extern bool SetForegroundWindow(IntPtr hWnd);//设置此窗体为活动窗体
转载于:https://my.oschina.net/pandani/blog/219744