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 biv343 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
Jun 11, 2001
32
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