2013年7月5日

winform登陆 记住用户名 代码

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 using System.Collections;10 using System.IO;11 using System.Runtime.Serialization.Formatters.Bina. 阅读全文

posted @ 2013-07-05 17:43 MisterS 阅读(907) 评论(1) 推荐(0) 编辑

combobox只读代码

摘要: 1 public partial class Form1: Form 2 { 3 // combobox只读代码 4 [DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)] 5 public static extern IntPtr GetWindow(IntPtr hWnd, int uCmd); 6 int GW_CHILD = 5; 7 [DllImport("user32.dll", CharSet = Cha... 阅读全文

posted @ 2013-07-05 17:22 MisterS 阅读(255) 评论(0) 推荐(0) 编辑

导航