Results 1 to 2 of 2

Thread: Go to Line

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    127
    Dear all at the moment I have a bit of code, that will take me to a certain line number. But what I want to do is hilight the all line, and change the higlighted background color.

    your help appreciated.

    Many thanks
    ASPWIZARD

    http://www.aspwizard.co.uk

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Please post the code to set the cursor to the line, so we can implement code...
    but this is the main idea on how to select the line

    Code:
    Text1.SelStart = 'the cursor
    Text1.SelLenght = 'the lenght of the text to select (Len(Line))
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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