Edit and Richedit

In this category you can exchange your programming questions and solutions.
Post Reply
albert
Posts: 24
Joined: Wed Jun 24, 2009 12:39 am

Edit and Richedit

Post: # 431Post albert
Wed Jun 24, 2009 12:43 am

How do you get the text from the controls?

I need to return text from the edit and richedit controls to process and alter the text and reinsert it.

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

Edit and Richedit

Post: # 432Post fred
Wed Jun 24, 2009 7:23 am

Edit has a Text property so Edit.Text should work.

RichEdit has also a Text property for all the text in the control and has a Line(index) property for addressing each line, see also LineCount.

albert
Posts: 24
Joined: Wed Jun 24, 2009 12:39 am

Edit and Richedit

Post: # 433Post albert
Wed Jun 24, 2009 5:10 pm

Thanks i got it working

i posted the source code on the Files page
its called Silly-Cypher version 1.0

"secret message cypher" is the post.

Post Reply