程式設計 Club
工作上的隨手筆記
2013年3月14日 星期四
MessageBox and DialogResult
MessageBox and DialogResult
//
第1個參數為顯示訊息, 2 = 視窗TITLE, 3 = 按鈕選項
DialogResult
result =
MessageBox
.Show(
"r u sure?"
,
"delete"
,
MessageBoxButtons
.OKCancel);
if
(result ==
DialogResult
.OK)
{
…
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言