I have one error message it reads c2227: left of ->Text must point to class/struct/union/generic type.

textConvertedCelsius->Text = Convert::ToString(iConvertedCelsius);
Sounds like textConvertedCelsius is not a pointer to a class/struct/union. Post its declaration. That is probably the cause.
Topic archived. No new replies allowed.