Results 1 to 11 of 11

Thread: Anyone know how the DEL could be captured?

Threaded View

  1. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Anyone know how the DEL could be captured?

    Originally posted by Abdulrahman
    in a textbox.. is it not possible to capture the DEL button when pressed? and do something with it.... as i couldint get it to work. It works fine for the Backspace though.

    Private Sub Text1_KeyPress(KeyAscii As Integer)

    if KeyAScii = 8 then 'this is for backspace..which works)
    do something
    end if

    ----
    however.. the following does not work.. which is for DEL

    if keyAscii = 127 then
    do something
    end if


    any ideas?
    cheers
    Abe
    Use this:
    Last edited by Nightwalker83; Dec 13th, 2007 at 07:46 PM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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