Basically i'm trying to create a visual basic program that generates a code for me when i press a button. I want it to display <img src="URL"> but the " around the URL contradict the first " i put around it, eg
txtDisplay.text = "<img src="URL">", the second group of " create an error. is there a way to overcome this?
txtDisplay.txt = "<img src=\"URL\">" doesnt work
txtDisplay.text = "<img src="URL">", the second group of " create an error. is there a way to overcome this?
txtDisplay.txt = "<img src=\"URL\">" doesnt work
