How can I add a resource file to the My Project folder in VB.NET?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-05-14T14:32:24Z
Indexed on
2010/05/14
14:34 UTC
Read the original article
Hit count: 255
vb.net
|c#-to-vb.net
In C#, I can create and add a new resource file (for another localisation) and drag it into the properties folder. However in Visual Basic, it won't let me do the same thing with the My Project folder.
Does anyone know why, or a workaround?
© Stack Overflow or respective owner