why we can't use any toolbox controls on the MDI F...
why we can't use any toolbox controls on the MDI Form...plz give the reason You can 't place a control directly on a MDI form unless that control has an Align property (such as a picture box control) or has no visible interface (such as a timer control).
RE: why we can't use any toolbox controls on the MDI F...
why we can't use any toolbox controls on the MDI Form...plz give the reason
You can 't place a control directly on a MDI form unless that control has an Align property (such as a picture box control) or has no visible interface (such as a timer control).
RE: why we can't use any toolbox controls on the MDI F...
MDI Form Act like a container for all the child forms.In short it act like a class container.and as we all know class doesn't support any visual interface thats why we can't place any control on MDI form