|
-
Apr 29th, 2002, 05:16 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|