Copying Specific series of text ina RichTexBox and assigning it to a list
Hi,
Am developing a automated system(using vb.net) for the processes which we follow in our work environment.
One of the process, we have to convert the given word document into our work related file called MDD(*.MDD). This MDD document is a special type of text file. The conversion process from .doc to .MDD is done manually as of now.
The application which am developing aims to automate this conversion process.
For this, i have a RichTextBox in my form which contains the content of the word document. I insert some tags (similar to tags in HTML but custom made for this purpose) in between text/paragraph to distinguish them.
For Example: Let us take the below is a text is a part of the word document.
Now, I would like to iterate through each line copying the text in between tags and assigning that QText to a list, so that some extra things can be done.
Can someone help me on how to achieve this programatically. Please do reply if am not clear.
Thanks in advance.
~Sri