0
Reply

MDI TOPMOST PROBLEM

bullfreak panjaitan

bullfreak panjaitan

Sep 18 2008 10:06 PM
3k
I have a MDI application.
On Parent Form, i put a textbox and button.
And then i show child form like this code:
frmChild.TopMost = true;
frmChild.show();

The problem is, the textbox and button is still stay on the top when i show child form.
How to fix, so that the child form (frmChild) is the top most of other control in parent form? thanks