Wednesday, 17 October 2012

Constructing a Message Box


The best way I have found to construct a message box in VB. Net goes something like this


Dim msg As String
Dim style = MsgBoxStyle.YesNo
Dim title As String = "Your Message"
msg = "Print Contact letter "
Dim response = MsgBox(msg, style, title)
If response = MsgBoxResult.Yes Then


end if

No comments:

Post a Comment

Chrome 138 the last supported

Chrome 138 the last supported  Hey Everyone, Chrome 138 is the last version of Chrome that will support Android 8.0 (Oreo) and Android 9.0 (...