Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: OnKeyPress
Показать сообщение отдельно

Аватара для Prisoner

Engrossed by the Void


Сообщения: 2229
Благодарности: 60

Профиль | Отправить PM | Цитировать


В F1 сказано:
Цитата:
The Key parameter in the OnKeyPress event handler is of type Char; therefore, the OnKeyPress event registers the ASCII character of the key pressed. Keys that don't correspond to an ASCII Char value (Shift or F1, for example) don't generate an OnKeyPress event. Key combinations (such as Shift+A), generate only one OnKeyPress event (for this example, Shift+A results in a Key value of “A” if Caps Lock is off). To respond to non-ASCII keys or key combinations, use the  OnKeyDown or OnKeyUp event handlers.
Быть может стоит попробывать... хотя бы для того, чтобы заработало

-------
Не могу дать более дельный совет - не хватает системных ресурсов...


Отправлено: 02:18, 11-07-2003 | #6

Название темы: OnKeyPress