//show(string):訊息框包含訊息並返回結果
//show(string,string) 顯示訊息和標題欄
//show(window,string) 在指定的視窗前面顯示訊息框,顯示訊息並返回結果
//show(string,string,boxbutton) 訊息,標題欄,按鈕,返回結果
//show(window,string,string) 在指定視窗前面顯示訊息框,訊息,標題欄
//show(string,string,messageboxbutton,messageboximage) 訊息,標題欄,按鈕,圖示
//show (window,string,string,messageboxbutton)
//show(string,string,messageboxbutton,messageboximage)
//show(string,string,messageboxbutton,messageboximage,messageboxresult)
//show(window,string,string,messageboxbutton,messageimage)
//show(string,string,messageboxbutton,messageboxbutton,messageresult,messageboxoptions) 遵循指定項返回結果
//show(window,string,string,
/*end*/
private
void button1_click(object sender, eventargs e)
} } }
program.cs
[csharp]view plain
copy
using system;
using system.collections.generic;
using system.linq;
using system.windows.forms;
namespace messageboxtest1
} }
form1設計
[csharp]view plain
copy
namespace messageboxtest1
base.dispose(disposing);
} #region windows 窗體設計器生成的**
///
/// 設計器支援所需的方法 - 不要
/// 使用**編輯器修改此方法的內容。
///
private
void initializecomponent()
#endregion
private system.windows.forms.button button1;
} }
C ,MessageBox的常見用法
一 函式原型及引數 function messagebox hwnd hwnd text,caption pchar type word integer hwnd 對話方塊父視窗控制代碼,對話方塊顯示在delphi窗體內,可使用窗體的handle屬性,否則可用0,使其直接作為桌面視窗的子視窗。tex...
python str的全部函式
s hello python print s.upper str.upper 將所有字母變成大寫 結果 hello python print s.lower str.upper 將所有字母變成小寫 結果 hello python print s.swapcase str.swapcase 將大寫的字...
windows屬性和全部變數 函式的關係
1 關於定義變數 js中,在所有函式外部定義的變數為全域性變數。在函式內部定義變數時,需要用var來標識區域性變數,如果不使用var直接定義,則會被js預設為乙個全域性變數。當存在與之同名的全域性變數時,則會出現出乎意料的結果。因此希望大家在定義時,務必使用var已保證程式的規範性。2 window...