Hi All
Can someone help in the book Beginning
VB 2008 on page 106 I tried to use this code but got a error Identifier expected
[code]
‘Display the favorite color of the selected name
MessageBox.Show(strName & “’s favorite color is “ & strFavoriteColor,
[code/]
The problem is here _ “Select Demo”)
^Identifier expected