What are you trying to put in a listbox ? Please explain.
(Also, this looks like C++, not visual basic..)
VB 2010!
Yeah its not VB
post in the right section so if anyone can help you.
If you want in VB.NET tell me what are you want to do.
rmv .
This is C++
This is the the next sentence you're about to read, and also the last one you've read. Hmm.
you guys do not understand
eu quero que esse code aparece no listbox!
ListBox1.Add(esse code) ??
What want to do???!!!
I think he means he literally wants to add the code snippet into a list box?
But I don't know about verbatim strings in vb, not sure if it's possible. He'll have to manually escape the quotes or change them to single quotes.
or, ?
"eu quero que esse code aparece no listbox!
"I want that this code appears (no?) listbox " (no = inside? see below)
"Can someone help me get a text from dento ListBox? pls"
dento = "inside" I thought? Adentro in spanish.
Lol nope.
If you wanna use quotation marks inside a string, use Chr(34)
for example:
msgbox(Chr(34) & "Hey how ya doin?" & Chr(34) & " said the dog.")