PC Review


Reply
Thread Tools Rate Thread

Carriage return in label

 
 
Nathan
Guest
Posts: n/a
 
      7th Apr 2005
Is there a way to put a carriage return between tex in a label? Neither
ControlChars.CR and vbCR seem to work.

Thanks,
Nathan


 
Reply With Quote
 
 
 
 
Oenone
Guest
Posts: n/a
 
      7th Apr 2005
Nathan wrote:
> Is there a way to put a carriage return between tex in a label?
> Neither ControlChars.CR and vbCR seem to work.


Try ControlChars.CrLf or vbCrLf.

--

(O) e n o n e


 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      7th Apr 2005
"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/>

 
Reply With Quote
 
Nathan
Guest
Posts: n/a
 
      7th Apr 2005
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/>



 
Reply With Quote
 
ECathell
Guest
Posts: n/a
 
      7th Apr 2005
I don't know if its right according to these other posts but I use chr(13).


--
--Eric Cathell, MCSA
"Nathan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there a way to put a carriage return between tex in a label? Neither
> ControlChars.CR and vbCR seem to work.
>
> Thanks,
> Nathan
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a Hard Return or carriage return in an update query? Lakota2k Microsoft Access Queries 1 15th Sep 2008 04:56 AM
Search and replace hard-line-return character, not carriage return =?Utf-8?B?VHlsZXIgVA==?= Microsoft Word Document Management 2 16th Aug 2006 09:11 PM
Carriage Return in WinForms Label? Cool Guy Microsoft Dot NET Framework 1 6th Sep 2005 10:49 AM
Carriage Return and Label Microsoft Dot NET Framework Forms 0 7th Apr 2004 04:29 PM
carriage return? J. Mills Windows XP General 3 14th Jul 2003 12:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:21 AM.