Quote Originally Posted by Hack View Post
How about
Code:
 Label1.Text = "Manolitos " & "&&" & " Co."
I must be missing something, because this works perfectly well :

Code:
Label1.Text = "Manolitos & Co."
Of course you need to set the UseMnemonic property to false in order to show the apersand in a control like a label, but even without doing that there is no error.