Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to dynamically build & execute program statement
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
How to dynamically build & execute program statement
Divers
Thread ID:
00892166
Message ID:
00892166
Vues:
50
Greetings,

Im probably thinking too VFP here. Could not really find an example of how to do this, made several attempts, this being the latest:

string bc;
if (whatever)
bc = "System.Drawing.Color.White";
else
bc = "System.Drawing.Color.Gray";
comboBox1.BackColor = (bc);


Many thanks,

Todd
The day you take complete responsibly for yourself, the day you stop making any excuses, thats the day you start to the top. - O.J. Simpson

Great advice from a questionable source...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform