Please can you tell me how to assign a namespace to a resource file in a
Visual Basic project?
In C# such resources file inherit their namespace based upon the folder
hierarchy in which they are stored but in Visual Basic all such resources
appear in the project's default namespace. This is fine when there are just a
few resources but becomes cumbersome when there are lots.
Visual Basic project?
In C# such resources file inherit their namespace based upon the folder
hierarchy in which they are stored but in Visual Basic all such resources
appear in the project's default namespace. This is fine when there are just a
few resources but becomes cumbersome when there are lots.
Comment