Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get return value from mmAppDeskTop.MessageBox
Message
 
À
02/12/2008 19:31:34
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01365238
Message ID:
01365412
Vues:
8
>Hi Linda,
>
>>How do I capture the user's selections when using mmAppDeskTop.MessageBox()? Thanks.
>
>I had not looked at this before but it looks like they have added this for localization maybe. You should be able to get it like other messagebox use though. There are about 16 overloads, so look at them when you code this.
>
>DialogResult result = AppDesktop.MessageBox.Show("What Do You Want To Do?", "My Question", MessageBoxButtons.OKCancel, MessageBoxIcon.Question);
>if (result == DialogResult.OK)
>     // Do Something here
>
>
>Tim

Thanks, Tim. That did the trick.
Linda Harmes
HiBit Technologies, Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform