Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a value
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Divers
Thread ID:
01056128
Message ID:
01056133
Vues:
17
Hey, Eric,

There are several different ways to do this - the simplest being as follows:

Create a property or public variable in the form (let's say it's called TotalAmount)
MyForm oForm = new MyForm();
oForm.ShowDialog();
if(oForm.TotalAmount > 5000)
    // do something
Again, just a very simple example. Let me know if that doesn't cover it.

Kevin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform