Can someone explain to me what the Or does here?
Dim intReply as Integer = _
MsgBox(strPromp t, MsgBoxStyle.OKC ancel Or
MsgBoxStyle.Cri tical Or MsgBoxStyle.Def aultButton2,
strTitle)
I don't have VB on this cpu... will it display the ok and cancel
buttons and the critical icon ... i still don't understand
DefaultButton, can someone explain that to me as well? Thanks!
Dim intReply as Integer = _
MsgBox(strPromp t, MsgBoxStyle.OKC ancel Or
MsgBoxStyle.Cri tical Or MsgBoxStyle.Def aultButton2,
strTitle)
I don't have VB on this cpu... will it display the ok and cancel
buttons and the critical icon ... i still don't understand
DefaultButton, can someone explain that to me as well? Thanks!
Comment