|
-
Feb 17th, 2000, 11:42 AM
#1
Thread Starter
Addicted Member
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).
-
Feb 17th, 2000, 11:48 AM
#2
So Unbanned
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.
-
Feb 17th, 2000, 11:48 AM
#3
Hyperactive Member
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 :-)
-
Feb 17th, 2000, 12:00 PM
#4
Thread Starter
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|