Subject: Force ActiveMdiChild
Posted By: gbyrkje Post Date: 10/7/2004 6:42:05 PM
Hi

I need to force a form to be ActiveMdiChild.
How is that possible?

Reply By: bmains Reply Date: 10/8/2004 4:55:45 PM
When you load a form, do:

objForm = New Form1
objForm.MdiParent = me
objForm.Show()

Brian

Go to topic 18575

Return to index page 750
Return to index page 749
Return to index page 748
Return to index page 747
Return to index page 746
Return to index page 745
Return to index page 744
Return to index page 743
Return to index page 742
Return to index page 741