266540# 阿八
我覺得目前被啟蒙的應該是程式設計
網頁程式設計神馬的你去死吧(冷笑####
老師前幾天出了一個上傳網頁程式免費 平台的作業 倒地
我以為像是google那種雲端硬碟 沒想到全錯= =
從此之後我就不想要認真學它了阿阿阿阿(抱頭
來敲敲問一下這邊有人會C#的from嗎??
private void Form1_Load(object sender, EventArgs e)
{
label1.TabIndex = 0;
textBox1.TabIndex = 1;
label2.TabIndex = 2;
textBox2.TabIndex = 3;
label3.TabIndex = 4;
textBox3.TabIndex = 5;
label4.TabIndex = 6;
textBox4.TabIndex = 7;
label1.Text = "姓名(&n)";
label2.Text = "性別(&g)";
label3.Text = "電話(&T)";
label4.Text = "ps";
}
private void textBox2_TextChanged(object sender, EventArgs e)
{
if (!(textBox2.Text.ToLower() == "f" || textBox2.Text.ToLower() == "m"))
{
if (textBox2.Text != " ")
{
MessageBox.Show("只能輸入m/f");
textBox2.Text = " ";
}
}
}
private void button1_Click(object sender, EventArgs e)
{
textBox1.Focus();
textBox2.Focus();
textBox3.Focus();
textBox4.Focus();
}
private void button2_Click(object sender, EventArgs e)
{
textBox1.Clear();
textBox2.Clear();
textBox3.Clear();
textBox4.Clear();
}
}
一向討厭發燒之後還要動腦 這樣感覺好當機(抹臉