hi all, pls help me to solve this problem
i have 3 forms
form1 -> mdi parent
form2 + button1 -> mdi child
form 3 -> mdi child
form2 n form3 access by clicking the menu at form1
now when i click at button1 in form2, form3 will show
i have tried the following code, the form was show but not inside the parent form1
dim form3 as new form3
form3.show
pls help me thx in advance