標題:
[隋堂測驗]Windows Form應用程式專案_三
[打印本頁]
作者:
李泳霖
時間:
2023-12-31 17:29
標題:
[隋堂測驗]Windows Form應用程式專案_三
請同學們使用剛剛的單元進行修改,改使用標籤控制列顯示數值,如以下畫面
[attach]17262[/attach]
namespace WinFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
private void button2_Click(object sender, EventArgs e)
{
int num = Convert.ToInt16(lb1Output.Text);//轉短整數
num++;
lb1Output.Text = num.ToString();
}
private void button1_Click(object sender, EventArgs e)
{
lb1Output.Text = "0";
}
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2