How to add "" in VB.NET message box
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
How can i add Double Quotes ("") in VB.NET Message Box, i tried \" but its not working For example: I want to display information as... My name is Jats as My name "Jats"
Jats
try "" inside your literal string so just a double quote would look like """" :)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.
-
How can i add Double Quotes ("") in VB.NET Message Box, i tried \" but its not working For example: I want to display information as... My name is Jats as My name "Jats"
Jats