ProgressBar does show value Vista but not under XP
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! I have a C#/.Net2.0 software, that calculates some values in thread A, which is not the thread serving the forms. Those values should be displayed by a progressBar using a "set"-method using "Invoke". When running the software under Vista the Bar shows the values as it should. When running under XP the values are calculated and passed to the progressBar´s value-property, but not displayed in the form. Is there a difference between XP and Vista that has to be taken in mind in order to make the software display the progressBar´s value? Thanx for help! J.