摘要:
using System.Windows.Forms; 获取屏幕分辨率 int SH = Screen.PrimaryScreen.Bounds.Height; int SW = Screen.PrimaryScreen.Bounds.Width; 获取窗口居中Top和Left int thisH=100; int thisW=200; int SH = (Screen.PrimaryScreen... 阅读全文
posted @ 2010-08-11 09:53 O零O 阅读(3650) 评论(0) 推荐(0)
浙公网安备 33010602011771号