上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-09-23 15:46 Mo 阅读(4) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-08-23 08:56 Mo 阅读(4) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-04-06 14:24 Mo 阅读(6) 评论(0) 推荐(0) 编辑
摘要: [DllImport("user32.dll")] public static extern IntPtr FindWindow(IntPtr sClassName, string sWindowName); [DllImport("user32.dll")] public static extern bool MoveWindow(IntPtr Window, int x, int y, int w, int h, bool rePaint);使用FindWindow得到需要移动的窗体的句柄使用MoveWindow改变窗体的位置、大小... 阅读全文
posted @ 2011-09-19 11:41 Mo 阅读(206) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Jackeyzhang/archive/2010/04/02/1703068.html 阅读全文
posted @ 2011-09-16 09:52 Mo 阅读(119) 评论(0) 推荐(0) 编辑
摘要: private string _sComPortNumber; private bool _bFoundPortNumber; private System.Windows.Forms.Control _oStaticShow; private System.IO.Ports.SerialPort _oCIMControler; /// <summary> /// COM口名 /// </summary> public string ComPortName { get { return _sComPortNumber; } } /// <summary> / 阅读全文
posted @ 2011-07-18 13:56 Mo 阅读(833) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2011-07-06 14:20 Mo 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2011-06-21 22:13 Mo 阅读(2) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2011-06-16 11:43 Mo 阅读(55) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2011-06-13 08:50 Mo 阅读(29) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页