Hi,
I have not found yet the correct documentation, so i post my question here. The default value of the "modifiers" of e.g a button is "friend". There is an option of Public, Protected, Private, etc...
I open a class project, remove the class.vb file and add a windows form. I make the layout and then build the dll (ClassLibrary1, Form1).
In a new project, windows application, I do not you the default Inheritance but: Inherits ClassLibrary1.Form1
I cannot have access to the button in the dll, unless i change the modifiers in the dll to e.g Public.
The point of that post is to learn what's the scope from these modifiers to the controls applied.
- Public
- Protected
- Protected Friend
- Friend
- Public
Tnx!
I have not found yet the correct documentation, so i post my question here. The default value of the "modifiers" of e.g a button is "friend". There is an option of Public, Protected, Private, etc...
I open a class project, remove the class.vb file and add a windows form. I make the layout and then build the dll (ClassLibrary1, Form1).
In a new project, windows application, I do not you the default Inheritance but: Inherits ClassLibrary1.Form1
I cannot have access to the button in the dll, unless i change the modifiers in the dll to e.g Public.
The point of that post is to learn what's the scope from these modifiers to the controls applied.
- Public
- Protected
- Protected Friend
- Friend
- Public
Tnx!