Hello,
I have a text box that I need to have quotation marks appear in once a button is pressed..for example:
Private Sub cmdButton_Click()
txtField.Text = "Adam strolled across the street and said "hello there!" with a pompous attitude."
End Sub
I have no idea how to print these quotation marks because of the errors they create. I know in html/javascript there are special codes for certain characters to be visible. Do these exist in Visual Basic?
Thanks!
hurry up and wait!
aim screenname: phentalmyst

I have a text box that I need to have quotation marks appear in once a button is pressed..for example:
Private Sub cmdButton_Click()
txtField.Text = "Adam strolled across the street and said "hello there!" with a pompous attitude."
End Sub
I have no idea how to print these quotation marks because of the errors they create. I know in html/javascript there are special codes for certain characters to be visible. Do these exist in Visual Basic?
Thanks!
hurry up and wait!
aim screenname: phentalmyst