Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VS2005 - VB.Net Msgbox
Message
De
23/11/2005 09:34:21
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01071556
Message ID:
01071561
Vues:
21
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform