I'm using the SetParent to mimic the MIDI and Child forms. But, when I show another form over the "child" form, I have problem when close this form. The "Child" form doesn't refresh well.
Any idea about it?
Printable View
I'm using the SetParent to mimic the MIDI and Child forms. But, when I show another form over the "child" form, I have problem when close this form. The "Child" form doesn't refresh well.
Any idea about it?
If you ant to Refresh a Form, use the Refresh method.
Maybe it's a problem with the clipcontrol property, go search tough all controls and forms and set it to true
Just the container objects as Form, Frame, etc. has tha 'ClipControls' property and everyone has it as TRUE.
try setting the left and top of the child to 0 before
setting it parent. this might help redraw it before its is
transfered