Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some VB syntax
Message
De
14/09/2000 09:37:14
 
 
À
13/09/2000 19:49:55
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00415230
Message ID:
00416326
Vues:
18
>As an added note, don't forget to set strA = Nothing when you're through with it. An object reference was created when you created strA and set it = to your form, and it needs to be destroyed before the form is. If the form unloads first, there will be a stray object reference pointing to nothing.

You're right. Although what happens is that the form stays in the loaded state, even though is not visible and the variable still points to the form's control.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform