Results 1 to 2 of 2

Thread: [RESOLVED] RTB help

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2009
    Posts
    121

    Resolved [RESOLVED] RTB help

    I have starting using the RTB in my program, and I have bold text, and bullets. But the problem I'm having is in using the selstart, and positioning it to start the bullets, let's on the correct line, have i made myself clear.
    This is what i'm using thus far, it works, but it's not perfect.
    Code:
    .SelStart = Len(SHAPE_NAME & vbCrLf & vbCrLf)
    .SelLength = Len(INPUT_LIST)
    .SelBold = False
    .SelFontSize = 10
    .SelIndent = 150
    .BulletIndent = 300
    .SelBullet = True
    .SelCharOffset = 100
    .SelColor = vbWhite
    Thanks for any ideas!!!!
    Last edited by Hack; Jun 15th, 2011 at 10:54 AM. Reason: Added Code Tags

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