Hello everybody again,
Is it possible to create a class with a structure type variable? And how can I access it through the class???
I mean something like that. Or is the best way to declare in a simple way these 2 variables?
Structure CheckerBelongTo
Public UserChecker As Boolean
Public PcChecker As Boolean
End Structure
Thank you in advanced.
Is it possible to create a class with a structure type variable? And how can I access it through the class???
I mean something like that. Or is the best way to declare in a simple way these 2 variables?
Structure CheckerBelongTo
Public UserChecker As Boolean
Public PcChecker As Boolean
End Structure
Thank you in advanced.