hi,
In VB6 we usedt to have property called selBold,selItalic etc on
RichTextBox.In .NET , we no longer have such properties . Setting SelBold
etc to true/false did all our work.
How can we achieve such in .NET.Main problems occur we want to format text
of mixed fontStyles.
for example,Some part of selection are Bold , then Italic then
Underlined+Italic and nowI want to bold them all.
Obviously , there is no single step to achieve this in .net.
So,Do I am required to traverse each character of the selection and change
their fontStyle ? that will consume a lot of time..
please give me some insight on the same.
I will be thankful if anybody please provides me with some information on
how to achieve the same.
sanjay singh