![]() |
image in picture control not displayed properly after moving
2 Attachment(s)
Hello, I'm writing a MFC application to move a picture control when i press the "Next" button. (Please see attached screen-captures)
There is a dialog box on which there are 2 picture controls. When I press the Next button, the left picture control should move on top of the right picture control. You can see I kept the code for moving the picture control in a for loop because I wanted a sort of animation effect. As you can see from the attachments, after I move the image there are some vertical lines appearing. How do I make them go away? Thank you. Code:
void CShabbirDlg::OnBnClickedButton2() |
Re: image in picture control not displayed properly after moving
Try updating the window after the move :
Code: c++
|
| All times are GMT +5.5. The time now is 23:00. |