 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
siraj Guest
|
Posted: Fri Sep 02, 2005 2:07 pm Post subject: OnKeyPress Event for TPanel |
|
|
Hi!
Is it possible to implement OnKeyPress Event for TPanel in c++ builder 5.
If so, How?
Thanks in advance.
Regards,
Siraj
|
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Fri Sep 02, 2005 2:20 pm Post subject: Re: OnKeyPress Event for TPanel |
|
|
"siraj" <siraj.sm (AT) omnisens (DOT) ch> wrote
| Quote: | Is it possible to implement OnKeyPress Event for TPanel in c++ builder 5.
If so, How?
|
Yes it is. You'll just need to derive your own TPanel from TPanel that
makes the OnKeyPress event published. However, you will need to set the
panel's TabStop to true so that the Panel can receive keyboard messages.
HTH
Jonathan
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|