Delete key in textbox causes application hang
From: H. Blijlevens (gekke.henkie_at_hotmail.com)
Date: 07/13/04
- Next message: Jay B. Harlow [MVP - Outlook]: "Re: Different Language causing bugs"
- Previous message: Brad: "Re: Resizing uploaded image before saving to database"
- Next in thread: Telmo Sampaio: "Re: Delete key in textbox causes application hang"
- Reply: Telmo Sampaio: "Re: Delete key in textbox causes application hang"
- Reply: The Grim Reaper: "Re: Delete key in textbox causes application hang"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 16:50:09 +0200
Hi y'all!
I'm trying to adapt a VB.Net application that a former employee built to
keep track of product issues that our customers report.
While doing so, I bump into the following problem:
a textbox contained in a user control that's put on a MDI Child form causes
the application to hang as soon as you hit the Delete key while editing.
Everything freezes and only Ctrl + Esc or Ctrl + Alt + Delete will bring
things back to life.
Breakpoints in the KeyUp, KeyPress event handling code of the textbox are
reached, but only after Ctrl + Esc or Ctrl + Alt + Delete has been used.
Also, the BackSpace seems to be disabled for editing in the textbox.
I've run through his code, but can't find anything irregular.
Anyone an idea what's going on here?
Thanks in advance!
H.
- Next message: Jay B. Harlow [MVP - Outlook]: "Re: Different Language causing bugs"
- Previous message: Brad: "Re: Resizing uploaded image before saving to database"
- Next in thread: Telmo Sampaio: "Re: Delete key in textbox causes application hang"
- Reply: Telmo Sampaio: "Re: Delete key in textbox causes application hang"
- Reply: The Grim Reaper: "Re: Delete key in textbox causes application hang"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|