msgbox
常見(jiàn)例句
- MsgBox "Whoops !There is a problem with text.
", vbOKOnly + vbCritical, "因爲(wèi)你人品問(wèn)題,程序出錯(cuò)了!" - If you don't, all MsgBox calls will result in an exception.
如果您沒(méi)有刪除,則所有MsgBox調(diào)用都將導(dǎo)致異常。 - Use the MsgBox function and the line number to track the error.
使用MsgBox函數(shù)和行號(hào)來(lái)跟蹤錯(cuò)誤。 - MsgBox "Whoops !There is a problem with InitializeWinIo.
", vbOKOnly + vbCritical, "因爲(wèi)你人品問(wèn)題,程序不運(yùn)行了!" - The MsgBox call inside show bypasses the shadowing mechanism by qualifying num with the module name.
show內(nèi)的MsgBox調(diào)用通過(guò)用模塊名限定num繞開(kāi)了隱藏機(jī)制。 - To specify more than the first argument, you must use the MsgBox function in an expression.
若要除第一個(gè)蓡數(shù)外還指定其他蓡數(shù),必須在表達(dá)式中使用MsgBox函數(shù)。 返回 msgbox