- 3
- 0
- 约7.59千字
- 约 6页
- 2017-03-17 发布于北京
- 举报
Program.cs 代码:
static class Program
{
/// summary
/// 应用程序的主入口点。
/// /summary
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
public static string xm;
public static string sxm;
}
界面一:
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
if ((this.textBox1.Text!=) (this.textBox2.Text!=))
{
string xm = this.textBox1.Text;
string mm = this.textBox2.Text;
OleDbConnection con = new OleDbConnection(@Provider=Microsoft.Jet.OLEDB.4.0;Data Source=tinfo.mdb);
OleDbCommand com = new OleDbCommand(select * from info where 姓名= + xm + , con);
con.Open();
OleDbDataReader rs = com.ExecuteReader();
if (!rs.Read())
{
MessageBox.Show(此用户不存在!);
this.textBox1.SelectAll();
this.textBox1.Focus();
}
else
{
if (rs[mm].ToString() == mm)
{
Program.xm = xm;
this.Hide();
Form2 infoform = new Form2();
infoform.ShowDialog();
rs.Close();
con.Close();
}
else
{
MessageBox.Show(密码错误,请重新输入!);
this.textBox2.Text = ;
this.textBox2.Focus();
}
}
}
else
{
MessageBox.Show(请输入用户名和密码
您可能关注的文档
最近下载
- 人教PEP版五年级下册英语全册教案(单元整体教学设计).docx VIP
- 2025年贵州省公务员考试题及答案解析.docx
- 部编版(2025)小学语文六年级上册单元综合训练试题全册.docx
- 有机化学习题及考研指导(第三版) 习题答案 12第十二章 答案.pdf VIP
- DB46_T 610-2023 浮式深水养殖网箱锚泊系统及安装技术规范.docx VIP
- 中医护理技术在肛肠专科中的应用.pptx VIP
- 2026版离婚协议书(官方标准版).docx VIP
- 人教版七年级下册数学全册教学设计(配2025年春新版教材).docx
- (高清版)DB4408∕T 33-2023 《深水网箱框架和网衣建造技术规程》.pdf VIP
- TCAI 008-2021 可生食鸡蛋规范.docx VIP
原创力文档

文档评论(0)