NeonNinja
Neon Resident
All right, I been reading this library topic here:
http://msdn.microsoft.com/en-us/library/267k4fw5.aspx
I get that, my question how do I render this attribute to my entire code? (And not one instance).
http://msdn.microsoft.com/en-us/library/267k4fw5.aspx
n Visual Basic, insert two quotation marks in a row as an embedded quotation mark. In Visual C# and Visual C++, insert the escape sequence \" as an embedded quotation mark. For example, to create the preceding string, use the following code.
Code:Private Sub InsertQuote() TextBox1.Text = "She said, ""You deserve a treat!"" " End Sub
I get that, my question how do I render this attribute to my entire code? (And not one instance).