Search Result
Collapse
3 results in 0.0037 seconds.
Keywords
Members
Tags
-
Capturing the Enter key ASP.Net C#
I am trying to capture the Enter kay when pressed on an ASP.net website in C#. I am not sure how this can be accomplished. Please help. Thank you. -
How to move a panel using keyboard input?
The title may not really identify what I'm trying to do, so I'll provide a screenshot.
What I'm trying to do is a design an RPG style combat system using VB. If I can get the interface working, the bulk of the internal coding shouldn't be a problem but what I'd like to know is:
As you can see, there is a panel on the "Attack" command in the screenshot. I'd like to know if there is some way to make it so that, while... -
chomp($var = <>) Hitting enter directly ends the script...
Hi, while testing the program (runs in DOS), I thought "if someone hits enter without typing a letter before, what happens?"
I tested and the script ends.. Is this normal, or how can I avoid this?
[CODE=perl]print "To which analytical division is the study belonging to?\n\n";
print "\ti: Immunology\n";
print "\tc: Chemistry\n";
print "\tq: Quit\n";...