PDA

View Full Version : Can I assign other keyboard keys to my program?


Hijiji
09-21-2005, 11:51 AM
I'm trying to impliment the space bar in my program to perform an action. any clues on how to do this?

kingsamses
09-21-2005, 02:07 PM
In the 'Events' box at the top-right corner of the window, select 'Create New Event', then 'When a key is typed', and a new event will appear. You can then select what key must be pressed to activate this event, and what method to run when the event is activated.

Ezcash
04-10-2008, 09:55 PM
I'm trying to impliment the space bar in my program to perform an action. any clues on how to do this?

Im sorry i dont know? lolololololololololololololol i a clueless:D

DickBaldwin
04-10-2008, 11:33 PM
I'm trying to impliment the space bar in my program to perform an action. any clues on how to do this?

Assign an event handler to the space bar just like you assign it to any other key.

Dick Baldwin
Free Alice tutorials: http://www.dickbaldwin.com/tocalice.htm
Free programming tutorials: http://www.dickbaldwin.com/toc.htm