blah blah blah is here! blah blah » Close

0
votes
2 answers

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 ...

0
votes
0 answers

erm. is tt possible to make a scoreboard in c#?

as said from my title. is it possbile to make a scoreboard in c#?

0
votes
2 answers

how do i use timer with progress bar tgt?

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?

1
votes
1 answers

how to do a tab space in my lblRandomNumber.Text = Convert.ToString(Resistorvalue) + "\t" + (strrandomTolerance) + "%";

[code] string strJoiningrandom1Nrandom2 = ""; int random1 = 0; int random2 = 0; int Multiplyer = 0; long Resistorvalue = 0; int bandmultiplyer = 0; string strrandom1 = & ...

0
votes
3 answers

how come my messagebox wont come out :(

when i only have [code]if(FirstBandColour == Random1 && SecondBandColour == Random2 ) { MessageBox.Show ("CORRECT"); } else if(FirstBandColour != Random1 & ...

1
votes
3 answers

how do i make change random number?

[code]int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int ResistorValue = 0; Random1 = randomnumber.Next(1, 10); ...

0
votes
1 answers

how do i put 2 integer beside each other when a spacing in de middle, at label?

int Random1 = 0; int Random2 = 0; string StrRandom1 = ""; string StrRandom2 = ""; string StrRandom1PlusRandom2 = ""; int Multiplyer = 0; int BandMultiplyer ...

Feedback