hellow
i m trying to solv a big problem,
how can i tell who r the children of MDIForm (frmfather) ?
need a quick answer please,
tnx a lot ,
LirLir
Printable View
hellow
i m trying to solv a big problem,
how can i tell who r the children of MDIForm (frmfather) ?
need a quick answer please,
tnx a lot ,
LirLir
There are 2 ways to see this info.
1. Look at the project explorer - beside each form there is an icon of 2 forms (1 parent, 1 child - big and little) if the the big one is NOT greyed out then it is a parent. If the little one is not greyed out then it is a child
(note is neither is greyed out then it isn't an MDI form)
2. Look at the properties of the form. If it is a child then it will have
MDIchild = true
Hope this makes sense to you
H.
cheers
tnk mate