MsgBox with title and Abort Retry Ignore buttons : MsgBox « GUI « VB.Net Tutorial






Module Module1

    Sub Main()
        MsgBox("Message", MsgBoxStyle.AbortRetryIgnore,"Title")
    End Sub

End Module








14.59.MsgBox
14.59.1.MsgBox with only message
14.59.2.MsgBox with title and Abort Retry Ignore buttons
14.59.3.MsgBox and vbYesMsgBox and vbYes
14.59.4.Set MsgBox Button combinationSet MsgBox Button combination
14.59.5.Return value from MsgBoxReturn value from MsgBox