Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
AnswerRe: how do I make a very basic graphics app Pin
Robert Rohde29-Jul-05 19:49
Robert Rohde29-Jul-05 19:49 
GeneralASP.NET big problem Pin
brunoconde29-Jul-05 12:39
brunoconde29-Jul-05 12:39 
GeneralThreadsafe Generic Dictionary Pin
Werdna29-Jul-05 12:18
Werdna29-Jul-05 12:18 
GeneralRe: Threadsafe Generic Dictionary Pin
Judah Gabriel Himango29-Jul-05 20:21
sponsorJudah Gabriel Himango29-Jul-05 20:21 
GeneralRe: Threadsafe Generic Dictionary Pin
Werdna30-Jul-05 4:24
Werdna30-Jul-05 4:24 
Generalc# .net write/print form question Pin
Rabbit1729-Jul-05 11:44
Rabbit1729-Jul-05 11:44 
GeneralRe: c# .net write/print form question Pin
Robert Rohde29-Jul-05 19:56
Robert Rohde29-Jul-05 19:56 
Generalinput problem Pin
iramg29-Jul-05 10:54
iramg29-Jul-05 10:54 
String [] str = new String [8];
str[0] = "a1";
str[1] = "b1";
str[2] = "c1";
str[3] = "d1";
str[4] = "e1";
str[5] = "f1";
str[6] = "g1";
str[7] = "h1";
then i want to take input
for(int i = 0; i < 8 ; i++)
{
input = Console.ReadLine()
source1=str[i].CompareTo(input);
Console.WriteLine(source1);
if(source1 != 0)
{
Console.WriteLine("no");
Console.WriteLine(i);

}
else
{
Console.WriteLine("yes");
Console.WriteLine(i);
temp3 = i;

i = 9;

}
i always say no if i take input within the loop. and work correctly if i take input out of loop. but i want untill user give correct input it takes input again and again. how i will do this .
Generalparenthesis in a string Pin
eggie529-Jul-05 10:51
eggie529-Jul-05 10:51 
GeneralRe: parenthesis in a string Pin
Guffa29-Jul-05 11:25
Guffa29-Jul-05 11:25 
GeneralRe: parenthesis in a string Pin
eggie529-Jul-05 11:27
eggie529-Jul-05 11:27 
GeneralRe: parenthesis in a string Pin
David Rush29-Jul-05 11:51
professionalDavid Rush29-Jul-05 11:51 
GeneralRe: parenthesis in a string Pin
David Rush29-Jul-05 11:29
professionalDavid Rush29-Jul-05 11:29 
GeneralProgram Auto-Updated Pin
Kee-Won Hong29-Jul-05 10:51
Kee-Won Hong29-Jul-05 10:51 
GeneralRe: Program Auto-Updated Pin
David Rush29-Jul-05 12:00
professionalDavid Rush29-Jul-05 12:00 
GeneralRe: Program Auto-Updated Pin
Kee-Won Hong1-Aug-05 5:54
Kee-Won Hong1-Aug-05 5:54 
GeneralRe: Program Auto-Updated Pin
David Rush2-Aug-05 5:09
professionalDavid Rush2-Aug-05 5:09 
GeneralDataGrid cells Pin
zaboboa29-Jul-05 9:48
zaboboa29-Jul-05 9:48 
GeneralRe: DataGrid cells Pin
Robert Rohde29-Jul-05 20:02
Robert Rohde29-Jul-05 20:02 
GeneralDiv operation Pin
zaboboa29-Jul-05 6:40
zaboboa29-Jul-05 6:40 
GeneralRe: Div operation Pin
Luis Alonso Ramos29-Jul-05 6:46
Luis Alonso Ramos29-Jul-05 6:46 
GeneralRe: Div operation Pin
zaboboa29-Jul-05 7:10
zaboboa29-Jul-05 7:10 
GeneralRe: Div operation Pin
Luis Alonso Ramos29-Jul-05 7:14
Luis Alonso Ramos29-Jul-05 7:14 
GeneralRe: Div operation Pin
zaboboa29-Jul-05 7:42
zaboboa29-Jul-05 7:42 
GeneralRe: Div operation Pin
Luis Alonso Ramos29-Jul-05 7:45
Luis Alonso Ramos29-Jul-05 7:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.