Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Re: WinForm coding question
Message
De
06/10/2002 14:04:17
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Re: WinForm coding question
Divers
Thread ID:
00708207
Message ID:
00708207
Vues:
43
Hi Kevin,

Sorry for starting another thread, but something's weird here and I can't reply to posts for some reason. And I did want to reply to your question, so I thought it best to just start another thread.

Try making the label accessible via properties (get and set methods), like this:
public string MyLabel
{
  get {return this.lblDeductionID;}
  set {this.lblDeductionID = value;}
}
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Répondre
Fil
Voir

Click here to load this message in the networking platform