lable text no change in windows xp

Jul 6 2016 6:01 AM

Hi

I program in Windows 7 and Visual Studio 2010 is written. The program runs correctly on Windows 7, but Windows XP can be difficult for some parts.
Example: This part of the code will not run on Windows XPWhile one runs correctly on Windows 7. 

lable_range.Text = number.ToString();
 
number is  intiger.
 

Attachment: code.rar

Answers (8)