![]() |
| | #1 |
| Guest
Posts: n/a
| F1 Key input cheers |
|
| | #2 |
| Registered User Join Date: Nov 2001
Posts: 162
| Yes, it is very simple: PHP Code: |
| Crossbow is offline | |
| | #3 |
| Registered User Join Date: Mar 2002
Posts: 3
| What library do i need to include for WM_KEYDOWN, wParam and VK_F1? cheers Last edited by Kebab Monster; 03-19-2002 at 04:00 AM. |
| Kebab Monster is offline | |
| | #4 |
| Super Moderator Join Date: Aug 2001
Posts: 7,817
| That code is for Windows only. If you wish to do this in DOS, you will need to write and INT 9 handler. Then you only need to check for the correct scan code for the F1 key (find a scan code table for the keyboard). |
| Bubba is offline | |
| | #5 |
| Registered User Join Date: Mar 2002
Posts: 3
| Thnx mate |
| Kebab Monster is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I would love some input on my BST tree. | StevenGarcia | C++ Programming | 4 | 01-15-2007 01:22 AM |
| User Input - Key 'Bouncing' = Bad | Tonto | Windows Programming | 1 | 12-09-2006 09:37 AM |
| Trouble with a lab | michael- | C Programming | 18 | 12-06-2005 11:28 PM |
| Key input? | Kavity | Linux Programming | 0 | 12-20-2002 11:01 AM |
| BST/Red and Black Tree | ghettoman | C++ Programming | 0 | 10-24-2001 10:45 PM |