Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public Variable confusion
Message
From
15/01/2013 11:17:17
John Baird
Coatesville, Pennsylvania, United States
 
 
To
15/01/2013 09:14:42
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01562505
Message ID:
01562632
Views:
50
Likes (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.
Previous
Reply
Map
View

Click here to load this message in the networking platform