Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simulating the Locked property with checkboxes
Message
De
22/05/2002 14:03:47
 
Information générale
Forum:
Visual Basic
Catégorie:
Fonctions API de Windows
Divers
Thread ID:
00660056
Message ID:
00660067
Vues:
12
On Click event of CheckBox write:
1. If you want deselected (unmarked) CheckBox:

Check1.Value = 0

2. If you want selected (marked) CheckBox:

Check1.Value = 1

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform