摘要:
说明 :通过连接字符串判断用户名和密码是否一致,主要想使用配置文件解决数据库连接问题 1 先建UI界面 2 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Dat 阅读全文
摘要:
说明:propertyGrid的使用 ,其中涉及到一个复制到粘贴版功能 1:先建立UI界面 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using Sy 阅读全文
摘要:
说明: 1:直接贴码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; us 阅读全文
摘要:
1:按钮的三击事件可能在多个地方使用,所以设置为用户控件 using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; usi 阅读全文