Thanks, fellas
"Herfried K. Wagner [MVP]" <hirf-spam-me-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> "Nathan" <(E-Mail Removed)> schrieb:
>> Is there a way to put a carriage return between tex in a label? Neither
>> ControlChars.CR and vbCR seem to work.
>
> Use 'ControlChars.NewLine' or 'Environment.NewLine' instead. Windows uses
> 'ControlChars.CrLf' as new line string, but other operating systems may
> use other strings.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
|