|
-
August 4th, 2005, 06:03 AM
#1
Thread
Hi All
I used user interface thread for some long calculations. it works fine. But i
face some problem when thread is running. when i move this dialog(thread ) on my application window its paint application windows to brown or white.
i am not understand how it happening. How i solve this ?
Thanks
-
August 4th, 2005, 06:22 AM
#2
Re: Thread
Could you make your problem clearer pls.
Requests such as
"I need to write an new language compiler by next week, I have teach yourself c++ in 21 days, can someone give me example code?" will be ignored.
-
August 4th, 2005, 06:29 AM
#3
Re: Thread
Probably it is because the window does not repaint itself, because it is busy with the calculations.
EDIT: You may want to create a worker thread.
Please don't forget to rate users who helped you!
-
August 4th, 2005, 06:30 AM
#4
Re: Thread
How i solve it ? what should be added to remove this problem ?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|