When I develop a Windows Forms application in Visual Studio using C #, each control that I add to my form is marked as private by default, which is what I want.
When using VB.NET, each control is by default marked as Friend (equivalent to internal in C #), which is not what I want.
Can I change this default value? It seems to be somewhere somewhere.
Dan tao
source share