Trapping the TAB key
- Posted by Jonas Temple <jktemple at yhti.net> May 06, 2002
- 373 views
Does anyone know how, using Win32lib, to trap when the TAB key is pressed in: edit control, combo, dropdownlist? Also I think I know the answer here, but...I can trap the key up/down events in a drop down list but no in a combo box. Is this because of the editing feature in a combo box? And has anyone else had problems with using the ES_NUMERIC style in an edit control? This doesn't seem to work anymore. Euman, I took your challenge. I'm fairly close to releasing a first stab of a data grid control (like I was looking for earlier). This control will support multiple columns, with column and row headers. Each column can be a separate control type (text, numeric, file browse, date, combo, drop down, toggle field, checkbox), have its own background/text color, can be protected (user cannot change). If I get a few more of these minor things ironed out I might have a initial working version some time next week. Jonas