Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Public Variable confusion
Message
De
15/01/2013 11:17:17
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
15/01/2013 09:14:42
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01562505
Message ID:
01562632
Vues:
49
J'aime (1)
>Ok, if I'm translating this correctly, you do something like
>
>Public Class Signon
> Public SCN as String
> .
> .
> .
> dim DispQuestion as new frmDispQuestion 'Create/call 2nd form here
> DispQuestion.Show()
>
>Then in DispQuestion, something like
>
>Public Class DispQuestion
> Public dSCN as String = SignOn.SCN
>
>
>?
>

Unless you make the class Signon static, you will have to instantiate it in your code before accessing the property.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform