Results 1 to 3 of 3

Thread: RTB - Only viewable text **UNRESOLVED**

  1. #1

    Thread Starter
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    RTB - Only viewable text **UNRESOLVED**

    Is there a way to calculate what text in the RTB is currently viewable to the user. I am writing a routine and only want to work on what the user is viewing.

    Thanks in advance,
    Last edited by Negative0; May 2nd, 2002 at 09:57 AM.

  2. #2
    Stiletto
    Guest
    Not sure, but try this:
    VB Code:
    1. MsgBox RTB.SelText

  3. #3

    Thread Starter
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    I dont necessarily want what the user has selected, I want what is currently visible on the screen, not all of the text in the RTB. Basically I will calculate this every time they scroll and rerun my function. I dont even need the text necessarily, just the starting position and ending position would work.

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