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
Divers
Thread ID:
00892166
Message ID:
00892262
Vues:
16
Hi Hector,

That worked!

So bc needed to "typed" as System.Data.Color...

Best regards and thanks for your help.

Todd



>Try with something like this:

>System.Drawing.Color bc;
>if (whatever)
> bc = System.Drawing.Color.White;
>else
> bc = System.Drawing.Color.Gray;
>comboBox1.BackColor = bc;
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform