[B]How to read out each character written in a rich text box[/B]

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2007
Posts: 5
Reputation: sreenathvp is an unknown quantity at this point 
Solved Threads: 0
sreenathvp sreenathvp is offline Offline
Newbie Poster

[B]How to read out each character written in a rich text box[/B]

 
0
  #1
Feb 12th, 2008
Please help me to read out each character of a particular line in a rich textbox.

Eg: 6 11 345

I need to read 6 first and then 11 and then 345 etc etc..
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 14
Reputation: Ranx is an unknown quantity at this point 
Solved Threads: 0
Ranx Ranx is offline Offline
Newbie Poster

Re: [B]How to read out each character written in a rich text box[/B]

 
0
  #2
Feb 12th, 2008
Have you tried using the "Split" method? you can read each line into a string variable and then split it by using the space as the delimiter.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 4
Reputation: VidhyaThiyagu is an unknown quantity at this point 
Solved Threads: 0
VidhyaThiyagu VidhyaThiyagu is offline Offline
Newbie Poster

Re: [B]How to read out each character written in a rich text box[/B]

 
0
  #3
Feb 13th, 2008
Try with the below code

RichTextBox1.Lines(1).Substring(6, 1) retrieves 6th character in line 1


Does this help you?
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 5
Reputation: sreenathvp is an unknown quantity at this point 
Solved Threads: 0
sreenathvp sreenathvp is offline Offline
Newbie Poster

Re: [B]How to read out each character written in a rich text box[/B]

 
0
  #4
Feb 13th, 2008
Anything more??
Last edited by sreenathvp; Feb 13th, 2008 at 4:42 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC