Hello
I have a problem with drawing in C++ using Visual Studio 2005. After event handling on MouseMove the results of using DrawLine function appear in PictureBox but if some window overlap the part of PictureBox all pixels in this place dissapear after moving the window. How can I solve this problem?