hi,
I'm developing a small picture editing application in VS10 c# using mdi. Loading an image from file or creating a new image will always open a new childform.
The childform has menustrip, picturebox,scrollbars (to scroll the picturebox image) and statusstrip
the issue I get is as long as I drag the childform inside the parent from (which usually is maximized) erverything's ok. but when I move the childform partially out of the parentform's client area, or even worse when I have more than one childform, the picturebox image is not redrawn.
What am I missing here. I've tried the childform move event but that did'nt help. When I load three imagefiles in succession activating a form by just clicking is ok only moving the form creates quite a mess.
any suggestion, thanks in advance
I'm developing a small picture editing application in VS10 c# using mdi. Loading an image from file or creating a new image will always open a new childform.
The childform has menustrip, picturebox,scrollbars (to scroll the picturebox image) and statusstrip
the issue I get is as long as I drag the childform inside the parent from (which usually is maximized) erverything's ok. but when I move the childform partially out of the parentform's client area, or even worse when I have more than one childform, the picturebox image is not redrawn.
What am I missing here. I've tried the childform move event but that did'nt help. When I load three imagefiles in succession activating a form by just clicking is ok only moving the form creates quite a mess.
any suggestion, thanks in advance