Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox value?
Message
De
14/01/2001 14:02:01
 
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00462892
Message ID:
00463541
Vues:
14
you can use boolean to set or clear CheckBox this easiest way
suppose MyBool = True

Check1.Value = ABS (MyBool)

Or Other Way

eg:
Check1.Value = -MyBool

Place a Minus (-) Symbol before Variable you will your peoblem solved
but without it you will get ERROR message
Run Time Error '380'
Invalid Property Value

rafiq_1398@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform