Results 1 to 2 of 2

Thread: Deselect text

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    16

    Question Deselect text

    What code can I use to deselect the selected text in a text box? In other words set the selection to nothing, but not make the selected text "". I do not want to delete the selection, just deselect.

    Thanks in advance

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Deselect text

    Code:
    Text1.SelStart = 0

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