Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VS2005 - VB.Net Msgbox
Message
From
23/11/2005 09:34:21
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01071556
Message ID:
01071561
Views:
20
>In VFP there is the timeout parameter when using the messagebox() function, is there anything similar to that in VB.net?

Add MessageBoxEx.cs to your project or assembly your project references.

Then, change:
MessageBox.Show("My message")
to:
MessageBoxEx.Show("My message", timeout)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform