C#編程入門,C#中控件(textBox、checkBox、listBox、listView等等)的應用

打開Visual Stdio進行編程 1.textBox控件的應用: 爲登錄窗口編寫代碼: private void button1_Click(object sender, EventArgs e) { if (textBox2.Text == "123456" || textBox1.Text == " 張三") { MessageBox.Show("登陸成功");} else { Messa
相關文章
相關標籤/搜索