close

//取得名稱為"label1"的Conponent

Control[] control = this.Controls.Find("label1", true);

Label b = (Label)control[0];

b.Text = "test success";

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

    Programs Knowledge

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