Hi,
I know now, how to search for a special char. or a word in a RTB control.
But, my question is:
My RTF file is some sort of an index document, there are chapter numbers
and within these chapters, each line is also numbered. For to avoid ambigous
numbers each chapter number is "Bold, 14pts" and each line is "Bold,
superscript, 9pts". (Remark: I can not use letters instead of numbers).
As my program is -working hard- to be a reader for this types of indexes, I
have 2 textbox controls for the user, one is for the chapter number and the
other is for the line numbers -Requested number will be highlighted. When
the user enters the chapter number and line number, e.g. chap. 5, the second
txtbox should look for only the numbers that are inside the chap. 5. For the
time being I try to solve this question, the optimum operability will be
considered later. Help me, please!
Thanks,
--
Cengiz Ulku
cengizu at bluewin.ch
I know now, how to search for a special char. or a word in a RTB control.
But, my question is:
My RTF file is some sort of an index document, there are chapter numbers
and within these chapters, each line is also numbered. For to avoid ambigous
numbers each chapter number is "Bold, 14pts" and each line is "Bold,
superscript, 9pts". (Remark: I can not use letters instead of numbers).
As my program is -working hard- to be a reader for this types of indexes, I
have 2 textbox controls for the user, one is for the chapter number and the
other is for the line numbers -Requested number will be highlighted. When
the user enters the chapter number and line number, e.g. chap. 5, the second
txtbox should look for only the numbers that are inside the chap. 5. For the
time being I try to solve this question, the optimum operability will be
considered later. Help me, please!
Thanks,
--
Cengiz Ulku
cengizu at bluewin.ch
Comment