Results 1 to 4 of 4

Thread: My name is Micah ... and I'm a VBoholic. *sniff sniff*

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Californ-I- A
    Posts
    207

    Post

    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).


  2. #2
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Post

    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.

  3. #3
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Calgary Alberta
    Posts
    359

    Post

    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 :-)

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 1999
    Location
    Californ-I- A
    Posts
    207

    Post

    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
  •  



Click Here to Expand Forum to Full Width