A
Ahmed Kamal
Hi all,
Why is it that clicking on controls on child forms does not activate the
form? E.g. I have a parent form with 2 children, both have frames
containing controls. Only if I click on the form title itself then will
it be activated.
This is a problem when the tops of child forms are obscured, meaning
that I have to manually drag forms around to get to the child. This is
very bad design in my opinion, VB6 did not have this problem, so I don't
understand why VB.NET appears to have it.
I have found few posts on the internet related to this problem, so I
assume I must be doing something wrong. Does anyone know the answer? It
would be a big help to me really, I can't be expected to put a
Me.Activate() function call for each control's _Click() event.
Thank you for reading!
Kamal
Why is it that clicking on controls on child forms does not activate the
form? E.g. I have a parent form with 2 children, both have frames
containing controls. Only if I click on the form title itself then will
it be activated.
This is a problem when the tops of child forms are obscured, meaning
that I have to manually drag forms around to get to the child. This is
very bad design in my opinion, VB6 did not have this problem, so I don't
understand why VB.NET appears to have it.
I have found few posts on the internet related to this problem, so I
assume I must be doing something wrong. Does anyone know the answer? It
would be a big help to me really, I can't be expected to put a
Me.Activate() function call for each control's _Click() event.
Thank you for reading!
Kamal