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

Samsung Android Keyboard

  If you have a Samsung phone or pad and the keyboard is set to Google give the Samsung one a try. Just go into the keyboard settings and ...