Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MDI Child Forms don't show
Message
De
19/01/2005 14:07:38
 
 
À
19/01/2005 13:00:09
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Divers
Thread ID:
00978599
Message ID:
00978650
Vues:
42
private void EditCorporateUnit()
{
  CorporateUnitEditForm oForm = new CorporateUnitEditForm();
  MPM5ApplicationForm oAppForm = (MPM5ApplicationForm)this.FindForm();
  oForm.MdiParent = oAppForm;
  oForm.Visible = true;
  oForm.Show();
}
>Hey, Dan,
>
>Can you post the relevant code for launching the MDI child form?
>
>Thanks,
>Kevin
Thanks,
Dan Jurden
djurden@outlook.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform