Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keyboard input - Function Keys

Status
Not open for further replies.

merlinv

Programmer
Joined
Jun 11, 2001
Messages
32
Location
US
I would like some examples on how to capture keyboard input for function keys.

 
What OS? Dont think there is a portable way of doing this.In windows you can use GetAsyncKeyState() or alternativly trap WM_KEYDOWN and WM_SYSKEYDOWN for f10.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top