I am trying to detect if F3 is pressed to mimic the typical "find next"
scenario in a RichTextBox. The function keys do not seem to cause a key press
event to occur. How can I detect that a function key has been pressed?
Thank you.
Kevin
Claes Bergefall - 25 Jul 2006 15:52 GMT
Use KeyDown (or KeyUp) instead
/claes
>I am trying to detect if F3 is pressed to mimic the typical "find next"
> scenario in a RichTextBox. The function keys do not seem to cause a key
[quoted text clipped - 4 lines]
>
> Kevin