close


private void button1_Click(object sender, System.EventArgs e)
{
string Msg="";
int i;
Msg+="我是"+comboBox1.SelectedItem + domainUpDown1.SelectedItem+textBox1.Text+"我的興趣是"+checkedListBox1.SelectedItem;
for(i=0;i< checkedListBox1.CheckedItems.Count;i++)
Msg+=checkedListBox1.CheckedItems[i].ToString();
MessageBox.Show(Msg);
}

private void timer1_Tick(object sender, System.EventArgs e)
{
statusBar1.Panels[2].Text=System.DateTime.Now.ToString();
}


arrow
arrow
    全站熱搜
    創作者介紹
    創作者 fatfather 的頭像
    fatfather

    2011年還是補不了09跟10的記憶

    fatfather 發表在 痞客邦 留言(0) 人氣()