Tagged Questions

-1
votes
3answers
123 views

how to restrict an input in c

I want to prevent my program from any other types of input instead of int. How to check the type of an input without assigning it to a variable? in C
0
votes
1answer
13 views

Two forms share same input

Hi How can two forms share the same inputs? I have two forms, one for two different paths... if i wanted to get the user to enter their name, but only once.... how could both forms …
0
votes
2answers
31 views

Java Multiple Input Dialog

I have a Java application and I want to open a new dialog from the main interface where the user can enter his name, surname and country and then click ok. How can I open a dialog …
0
votes
3answers
49 views

How can I read key input on windows in Perl?

I want to develop some utility on perl for autocompleting words. Is there any effective way in Perl to hook the keyboard on win32 (thread hook/surelly not system hook ) and catch …
2
votes
2answers
49 views

PHP - want to check if user input has website address in it

I want that whenver a user inserts "www." in a comment textarea, the address from "www." until the first space will be a replaced with a link to that address: "I love www.google.c …
0
votes
0answers
14 views

Can I set Properties directly in the Context Menu? C#

Following idea: I have a Game Level editor, which should be as simple as possible (I don't want to program something too complex). But that does not mean that the tool should be un …
0
votes
4answers
83 views

Is there a way to get text as soon as possible without waiting for a newline?

I'm using C. I wrote a very simpe program which prints back the input, using getchar() and putchar() or printf(). Is there any way to make it so as soon as the user types one key, …
0
votes
5answers
42 views

How do I get input from System.in (Java) in Netbeans?

I have a small Java test app in Netbeans where the main() class reads input from System.in. How can I open a window into which I can type input? (I am using NB 6.7.1 on Windows 7). …
0
votes
9answers
75 views

Writing Standard Input and waiting for Standard Output

Hi, I'm trying to create a Thread that keeps netsh windows command-line tool open so I can execute netsh commands without open it every single time. The thing is, once I've create …
1
vote
3answers
74 views

Unbuffered I/O in ANSI C

For the sake of education, and programming practice, I'd like to write a simple library that can handle raw keyboard input, and output to the terminal in 'real time'. I'd like to …
6
votes
2answers
104 views

Selecting good, non-conflicting keybindings for a game

PC keyboards weren't designed for gaming, compromises were made to bring the price down, so some problems occur. Most importantly, when you hold down certain keycombos, some keys d …
1
vote
4answers
80 views

How to set default input value in .Net Console App?

How can you set a default input value in a .net console app? Here is some make-believe code: Console.Write("Enter weekly cost: "); string input = Console.ReadLine("135"); // 135 …
-1
votes
2answers
57 views

Using an input string in a textbox

I am trying to have the user input a number, and then that number is used to populate a text field on a jform. However it keeps giving me errors. If I have the textfield call th …
0
votes
4answers
76 views

Using jQuery to handle checkboxes

I am currently using a catch all method for all inputs on my form when it is being handled by jQuery. $.each($(':input'),function() { //stuff }); What I need to be able …
2
votes
1answer
40 views

How do I choose an input using a GUI/explorer window in a MATLAB program?

I actually have 2 queries: How do I display the data of a variable in a msgbox? In other words, if I have dist=3765 at the end of my program and I want to display it in a msgbox, …

1 2 3 4 5 24 next
15 30 50 per page