程式設計 Club
工作上的隨手筆記
2011年12月22日 星期四
C# 使用 ColorDialog 元件顯示色板
private
void
button1_Click(
object
sender, System.EventArgs e)
{
if
(colorDialog1.ShowDialog() == DialogResult.OK)
{
button1.BackColor = colorDialog1.Color;
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言