Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello!
I have some trouble with GUI.
I don't ask about solution of this problem, but probably somebody knows what caused this or has some advice.

When I do some changes in controls like, checking check box, it starts some updating
and my controls disappearing, when I move mouse and give focus to control it appearing again.
It's looks like without focus I can't see controls

Thank you a lot!
Posted
Comments
Richard MacCutchan 19-Apr-13 5:34am    
Something is wrong with your code, but it's impossible to guess what.
Malli_S 19-Apr-13 5:48am    
Do you've any loop in UI thread which runs continuously?
BTW you can invalidate the dialog by calling InvalidateRect() or can directly call UpdateWindow().

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900