votes
can tis b change from if else to switch?
if (chk1min.Checked == false && chk2min.Checked == false && chk5min.Checked == false) { MessageBox.Show("PLEASE AT LEAST CHOOSE A TIMING"); } else if (chk1m ...
blah blah blah is here! blah blah » Close
if (chk1min.Checked == false && chk2min.Checked == false && chk5min.Checked == false) { MessageBox.Show("PLEASE AT LEAST CHOOSE A TIMING"); } else if (chk1m ...
as said from my title. is it possbile to make a scoreboard in c#?
i'm trying to have the timer to b connected with de progress bar. for example , after 10 sec de progress bar will move a bar?
[code] string strJoiningrandom1Nrandom2 = ""; int random1 = 0; int random2 = 0; int Multiplyer = 0; long Resistorvalue = 0; int bandmultiplyer = 0; string strrandom1 = & ...
when i only have [code]if(FirstBandColour == Random1 && SecondBandColour == Random2 ) { MessageBox.Show ("CORRECT"); } else if(FirstBandColour != Random1 & ...
[code]int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int ResistorValue = 0; Random1 = randomnumber.Next(1, 10); ...
int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int Multiplyer = 0; int BandMultiplyer ...