Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get return value from mmAppDeskTop.MessageBox
Message
 
To
02/12/2008 19:31:34
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01365238
Message ID:
01365412
Views:
9
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform