Comma Question
Chapter 1, page 22 Code: Private Sub btnOK_Click(sender as Object, e As EventArgs) Handles btnOK.Click
'Display a message box greeting to user
MessageBox.Show ("Hello, "& txtName.Text & _ "! Welcome to Visual Basic 2010.", <- Why does this comma put this message in the caption?
And should be message be 2012 instead of 2010?
Also using the Hungarian Notation --should the form be frmForm1?
__________________
Frank
|