Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about Control
Message
De
30/08/2007 14:23:33
 
 
À
29/08/2007 17:02:28
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01251233
Message ID:
01251469
Vues:
13
Not sure what you mean by "show a dialog as Icon Property."

Is this what you are looking for?
    private String path;
    public String Path {
      get { return path; }
      set { path = value;
           System.Windows.Forms.MessageBox.Show("message"); }
          }
>Hi
>
>I create a control with a property Path , but i want when establish the path show a dialog as Icon Property.
>Than's
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform