blah blah blah is here! blah blah » Close

0
votes
1 answers

i want to add two numbers in c# console application how i get two input.

int a; int b; int ans; i need a two input a and b;? ans= a+b; console.writeline(ans);

0
votes
1 answers

control webBrowser1

hello i have HTML code : [code] <p> Your Name: <input type="text" name="name0" value="" size="37" /></p> [/code] and i want to wright my name in the textbox name name0 fo ...

0
votes
0 answers

database like forms in Console

Hi, Are there any quick way(s) to create a database form in Console? That is I have marks 1 to marks 20 to be filled with digits of the range 0 to 100. I want the user to be able to use direction keys to move from one form to another an ...

0
votes
1 answers

Comaprison of numerals and alphabets

Hi All, I want to check whether the entered input from the Kyeboard is a numeral or no. I want a custom logic. I have already built the logic using the Isdigit() method. I am in need of a user defined logic for the same.

Feedback