Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a value
Message
General information
Forum:
ASP.NET
Category:
Forms
Title:
Miscellaneous
Thread ID:
01056128
Message ID:
01056133
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform