Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about accessing form objects...
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00736154
Message ID:
00737234
Views:
25
You are responding to the wrong message. Respond to the original post.

>You need to create either public or "friend" scoped peroperties and methods so that other objects can use them. The internals of another object are not and should not be visible - that is the whole concept of objects in the first place. Objects are supposed to be self contained blocks of code with known interfaces to the outside world.
>
>VB Scope related key words:
>PUBLIC - known to everything on the computer
>FRIEND - known only to other objects linked in the same EXE
>PRIVATE - known only within the current module of if within a method then only inside that method.
Previous
Reply
Map
View

Click here to load this message in the networking platform