1. 首页
  2. 数据库
  3. 其它
  4. 判断windows操作系统平台

判断windows操作系统平台

上传者: 2021-01-31 01:12:09上传 PDF文件 18.53KB 热度 10次
判断当前Windows系统是win2000,winXP,winVista,win2003,win7... private static IntPtr GetSysTrayWnd() { IntPtr handle = FindWindow(Shell_TrayWnd, null); handle = FindWindowEx(handle, IntPtr.Zero, TrayNotifyWnd, null); if (IsWindowsXP || IsWindows2000 || IsWindows2003 || IsWin
下载地址
用户评论