if (progressBar1->Value == 2000;
{
label1->Text = "Hello";
}
emreozpalamutcu 0 Junior Poster in Training
Recommended Answers
Jump to PostYour missing a ) and have one too many ;
if (progressBar1->Value == 2000) { label1->Text = "Hello"; }
Jump to PostWell if you're not coding in C++, you've perhaps not picked the best forum on which to ask questions. :)
Jump to PostIt's C++/CLI (used on the CLR in .NET) and it's certainly welcome here.
Fair enough. I was misled by the words "Our C++ forum is the place for Q&A-style discussions related to this popular language"; to my mind, CLI is not C++, but I can see how one could argue …
All 10 Replies
gerard4143 371 Nearly a Posting Maven
emreozpalamutcu 0 Junior Poster in Training
caut_baia 9 Posting Whiz
emreozpalamutcu 0 Junior Poster in Training
caut_baia 9 Posting Whiz
emreozpalamutcu 0 Junior Poster in Training
Moschops 683 Practically a Master Poster Featured Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Moschops 683 Practically a Master Poster Featured Poster
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.