H
Henry Wu
Hi,.. I have 2 forms with the same width & height, one with 100
opacity and the other with 50% opacity. Since I'm in an MDI
application, the form with the 50% opacity cannot be a MDI Child or
else the Opacity function will not work. My main objective is to
position both forms in the same location. Now since one form is a
non-child form (again, for opacity to work), and the other is a
mdi-child form, how do I go about positioning them in the same place?
I tried doing a NonChild.Left = ChildMdi.Left & NonChild.Top =
ChildMdi.Top , but it renders a different position. It seems to me
that the Top & Left values of the MDI is based on the Parent's MDI
workspace, while the NonChild's Top & Left value is based on the
Desktop's workspace.
Is there anyway around this? It would be easier if the opacity
function works on a MDIChild form. Yes?
Thanks,
Henry
opacity and the other with 50% opacity. Since I'm in an MDI
application, the form with the 50% opacity cannot be a MDI Child or
else the Opacity function will not work. My main objective is to
position both forms in the same location. Now since one form is a
non-child form (again, for opacity to work), and the other is a
mdi-child form, how do I go about positioning them in the same place?
I tried doing a NonChild.Left = ChildMdi.Left & NonChild.Top =
ChildMdi.Top , but it renders a different position. It seems to me
that the Top & Left values of the MDI is based on the Parent's MDI
workspace, while the NonChild's Top & Left value is based on the
Desktop's workspace.
Is there anyway around this? It would be easier if the opacity
function works on a MDIChild form. Yes?
Thanks,
Henry