#re-painting in VB
I have a 3d-framed label control displayed on a form: to obtain it ,I put a
call to the frame drawing sub in the Form_Paint sub; now, suppose a VB
messageBox is displayed on the form , partly covering the label control: if
I move off the messagebox once, the uncovered parts of the frame are still
there ; but if I move the messagebox on the label again and withdraw it
again, the frame is not repainted: how can this be avoided ? by the way, is
there a way to prevent a VB messageBox from being moved ?
There is 1 Reply.