MDI Child Dissapearing in parent
I created VB.NET MDI Parent and Child Forms.
Everything works great except that when I move the child form around inside the parent container, it does not refresh (repaint?) the child. Everything works good if I add a .refresh to the child forms move event, except the caption bar at the top of the form doesnt refresh.
Seems to me like it should handle this by itself so maybe I am missing some property somewhere ?
Thanks for any assistance.
I created VB.NET MDI Parent and Child Forms.
Everything works great except that when I move the child form around inside the parent container, it does not refresh (repaint?) the child. Everything works good if I add a .refresh to the child forms move event, except the caption bar at the top of the form doesnt refresh.
Seems to me like it should handle this by itself so maybe I am missing some property somewhere ?
Thanks for any assistance.
Last edited by a moderator: