Top "User-input" questions

User Input is data that the user inputs into the program.

Prevent screen from sleeping with C#

I have created a small C# console app to move the pointer around the screen, in the hope that this …

c# .net windows user-input
Check if an Edit Text that only accepts number is not empty and the number is equal or less than 100

I'm building an application for receiving grades and I want to make sure that the Edit Texts are not empty …

android validation user-input is-empty range-checking
How to "continue" OR "exit" the program by pressing keys

Lets say I have 2 lines of code like this: a = [1 , 2 , 3 , 4] print (a) Now I want to add something to this …

python user-controls user-input sys
jmeter testcases which can handle captcha?

We are trying to build a jmeter testcase which does the following: login to a system obtain some information and …

captcha user-input jmeter
C code for ignoring the enter key after input

I am having a problem with the Enter key or character in the stdin stream messing up following input calls. …

c user-input stdin enter
why SQLException: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index and toString

I have the following program in which the user must give the order code so to get the data of …

sql sql-server user-input sqlexception jdbc-odbc
Make a line break when requesting user input (/P) in batch?

Is it possible to create a line break after a set /P command? I would like the user to be …

windows batch-file newline user-input line-breaks
Correct way to escape input data before passing to ODBC

I am very used to using MySQL and mysql_real_escape_string(), but I have been given a new PHP …

php odbc escaping user-input mysql-real-escape-string
How can I get user input without waiting for enter in Perl?

I am trying to make an interactive shell script in Perl. The only user input I can find is the …

perl user-input
How to add a wait timer on an input field keyup event?

I have an input field, and it has a keyup event: $(document).ready(function() { $('#SearchInputBox').keyup(function() { DoSearch($(this).…

javascript jquery timer user-input