|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
add new line in messagebox text - not using VbCrLf - how?Is it possible to add a new line to the text for a message box like html
"this is msg1 <br> this is msg2" versus "this is msg1" & VbCrLf & "this is msg2? Or like C# "this is msg1 \n this is msg2" Thanks, Rich =?Utf-8?B?UmljaA==?= <R***@discussions.microsoft.com> wrote in
news:E2FF3993-0034-4F3A-A44F-FEDBB7388052@microsoft.com: You'll need to replace <br> with the carriage return and line feed > Is it possible to add a new line to the text for a message box like html > > "this is msg1 <br> this is msg2" characters. i.e. Replace(myString, "<br>", vbcrlf) "Rich" <R***@discussions.microsoft.com> schrieb: In both cases similar string literals will be emitted, except that 'vbCrLf' > versus > "this is msg1" & VbCrLf & "this is msg2? > > Or like C# > "this is msg1 \n this is msg2" corresponds to "\r\n" in C#. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
A Question on Arrays.
System.Timers.Timer, thread synchronization issues COM object that has been separated from its underlying RCW... Insert Debugger question Crystal Reports Logon Problem Don't see application events question about variables and subprocedure Problem calling multiple web services Systemwide-HotKey |
|||||||||||||||||||||||