17/02/16 01:50:10.76 /BSlat0D.net
>>911
サンキュー
private void button1_Click(object sender, EventArgs e)
{ if (this.progressBar1_Test.Value < this.progressBar1_Test.Maximum) {
this.progressBar1_Test.Value++; }
else if (this.progressBar1_Test.Value == this.progressBar1_Test.Maximum)
{ MessageBox.Show("限界値です");
break;//って書くのは やっぱり邪道なん?
} }