|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Carriage return in labelIs there a way to put a carriage return between tex in a label? Neither
ControlChars.CR and vbCR seem to work. Thanks, Nathan Nathan wrote:
> Is there a way to put a carriage return between tex in a label? Try ControlChars.CrLf or vbCrLf.> Neither ControlChars.CR and vbCR seem to work. -- (O) e n o n e "Nathan" <nkmacgregor.TakeThis***@softhome.net> schrieb: Use 'ControlChars.NewLine' or 'Environment.NewLine' instead. Windows uses > Is there a way to put a carriage return between tex in a label? Neither > ControlChars.CR and vbCR seem to work. '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/> Thanks, fellas
Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:%23dzT9F2OFHA.2568@TK2MSFTNGP14.phx.gbl... > "Nathan" <nkmacgregor.TakeThis***@softhome.net> 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/> I don't know if its right according to these other posts but I use chr(13).
-- Show quoteHide quote--Eric Cathell, MCSA "Nathan" <nkmacgregor.TakeThis***@softhome.net> wrote in message news:eb9gE21OFHA.904@tk2msftngp13.phx.gbl... > Is there a way to put a carriage return between tex in a label? Neither > ControlChars.CR and vbCR seem to work. > > Thanks, > Nathan > |
|||||||||||||||||||||||