How to refresh child picturebox when moving (with mouse) on parent picturebox.
-
HI guys, I have resize picturebox (say picMain) to the size of form.There are many picturebox inside picMain. Now I am moving child picturebox ( on mouse_move event) on picMain. I am getting refresh problem while dragging child picturebox. I had use Refresh(),Update() and Invalidate()method of child picturebox but not getting precise solution. It seems like child picturebox ghost is following it. Instead of picMain if I work with main form then it work very well. I think picturebox has less ability to refresh faster compare to form (am I write??). I want same effect as what we dragged item from visual studio toolbox and move around in the form. pls give the solution:confused: thanks in advance.
Regards Chintan www.visharadsoft.com (I am thinking to change humans to computer, but unfortunately GOD will not give me the source code)