Can somebody help me to solve the problem encountered in XP?
1. In the attached project (for example), I add a numericslide to show the application progress when the function is time consuming. The test.c has added the ProcessDrawEvents() in the loop to update the numericslide continously.
In Win XP, you can force the numericslide stop to update by clicking the panel when the application is "not responding" in the windows task manager. This will be a problem when the numericslide is stop to update because user may think the application is dead (the application is "not responding" in the windows task manager too). But this is no problem in win2000! What's the difference between Win XP and Win 2000? How can I update the numericslide smoothly in XP?
2. Another question is this application can not be killed in the windows task manager when it is "not responding" in XP. Is this normal?
Thanks,