Label displaying Timespan disappearing in XP but not in newer Windows versions
问题 I have a stopwatch timer that I've added to my program. It's working fine on my Win 7 machine, and on the Vista machines I've tried, but in XP, the hrs and mins zeros disappear when the timer starts, but will come back if I reset the timer. Here's all of my code that I have for the timer. I've removed everything that didn't seem necessary to diagnose the problem: DateTime startTime, stopTime; TimeSpan stoppedTime; bool reset; private void btnStopwatchStart_Click(object sender, EventArgs e) {