Hi,
When I add a resource file it creates a new class in My.Resources namespace.
But the Class is Friend type, and also all the Property resource string is
also Friend type.
My question is how do I make it public instead of friend. Is there any way
doing it.
How do I use it from another project. Please help.
Thanks, Mark.
Herfried K. Wagner [MVP] - 27 Oct 2005 17:37 GMT
"Thomas, Mark" <Mark@nospam.com> schrieb:
> When I add a resource file it creates a new class in My.Resources
> namespace.
[quoted text clipped - 3 lines]
> My question is how do I make it public instead of friend. Is there any way
> doing it.
Write a class which has public properties and provides generic access to the
project's resources. 'My' is a project-level thing.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>