-
I love this @#4!
I spend way too much of my life in front of V.B. It's time I admit I have a problem. But I can quit any time ... I'm not an adict! You're the adict ... just let me live my life ... ok ... I'm an adict, but I'll change, honestly...starting tomorow.
P.S.
Lemme know if any of you know where I can get information on how to set text with the hidden property in RTF boxes. ( I think it's RTF code is {/v} but not sure how to utilize that).
-
Most people go with the Sel functions.
i.e.
to change color & make wacky characters do:
SelStart = 0
SelLength = len(Text)
SelColor = vbRed
SelFont = "WingDings"
Good Luck,
------------------
DiGiTaIErRoR
VB, QBasic, Iptscrae, HTML
Quote: There are no stupid questions, just stupid people.
-
I also share your affliction.
<Stands up>
My name is Matthew, and I'm a VBaholic"
<sits down>
I can't help you with your question though :-)
-
What? Who said I'm addicted ... I'm not ... (breaks down and cries) Okay, it's true ... I've got a problem. I need help ....
:)
Thanks digitalterror. Actually, I'm looking to make the selText have the hidden attribute (as in MS Word you apply the hidden attribute to text by checking the "Hidden" box in the font dialog)
I'm trying to make a Help editor (makes the help file RTF, CNT, and HPJ files and then passes them to HCW through command line parameters) but in help files, the RTF's need special footnotes, double underline, and hidden attributes to indicate jump topics.