D
Dan
I am opening an RTF file in Word. Here is a snippet of the RTF file:
all:\lang1032 \lang1033\i D\lang1032\f1\'ef\lang1033\f0 I rejoice
This is displayed in Word as:
all: Do I rejoice
If I search for the letter "o", it will find the one in "rejoice" but not
the one in "Do". If I copy and paste the "o" in "Do" to the Find window, it
will find it and a few other instances of that character in the document. It
obviously has some different formatting and/or character definition than the
"o" straight from the keyboard. How can I find out in Word what this
character/formatting is? In WordPerfect I had something called "Reveal Codes"
where I could look at the underlying structure of the document. I am trying
to do the same type of thing in VB and VB.NET, but I cannot figure out how to
programatically find these special characters. Can someone please help me?
Thanks!
all:\lang1032 \lang1033\i D\lang1032\f1\'ef\lang1033\f0 I rejoice
This is displayed in Word as:
all: Do I rejoice
If I search for the letter "o", it will find the one in "rejoice" but not
the one in "Do". If I copy and paste the "o" in "Do" to the Find window, it
will find it and a few other instances of that character in the document. It
obviously has some different formatting and/or character definition than the
"o" straight from the keyboard. How can I find out in Word what this
character/formatting is? In WordPerfect I had something called "Reveal Codes"
where I could look at the underlying structure of the document. I am trying
to do the same type of thing in VB and VB.NET, but I cannot figure out how to
programatically find these special characters. Can someone please help me?
Thanks!