111,098
社区成员




[DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
public static extern IntPtr GetActiveWindow();
private IntPtr getwindow()
{
IntPtr activeWindow = GetActiveWindow();
return activeWindow;
}
[DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
public static extern IntPtr GetActiveWindow();