> > Hi All
> > What is the command in
vb.net like
> >
in Load Event> >
activate window (this.name) in (_screen.activeform.name)
> >
>
> Do you mean
>
> dim parentForm As Form = Form.ActiveForm
> Me.MdiParent = parentForm
>
> ?
> Cetin Basoz
Exact Cetin
but it will work when activeform is mdicontainer