MsgBox
|
|
概要: |
baMsgBoxはWindowsの標準的なメッセージボックスを表示します。 |
シンタックス: | Result = baMsgBox( Message, Caption,
Buttons, Icon,
DefButton ) |
パラメータ: |
#string, #string, #string, #string, #integer |
戻り値: |
#string |
例: | Answer = baMsgBox( "Is this is a test message?",
"A question" , "YesNo", "Question" , 1 ) if Answer = "Yes" then baMsgBox("Correct!" , "The answer", "OK", "Information", 1) |
関連項目: | baMsgBoxEx |