Microsoft
Software
Hardware
Network
Question : How to add resource file in VB.NET like C#
How do you add a resource to VB.NET class library? I can't not figure this out in VB.NET I have tried everything. All I want to do is add my compiled .RES file into the class so that it can be read by another application. This is a simple STRING resource but it just doesn't work. The last screenshot shows the error but my C# DLL work fine!!!
In C# you can specify a resource to add in the properties application.
In VB.NET this doesn't exists and I have tried everything.
Answer : How to add resource file in VB.NET like C#
Glad you figured it out! That is definitely something I've not had to do before (and probably would not have found an answer for).
Always nice to know the "little" differences between the "equivalent" languages and/or IDEs in .Net... =)
Random Solutions
Virtual Server Hardware recommendations needed
String extraction with regex
VB.NET Solution
Allow Access to Website Only from Certain IP Addresses
Import data from excel then add autonumber field: 90000 rows
Temporary Internet Files Move and delete
Active Directory Startup script
How to enable computer browser service via domain group policy editor
Self-join a single table that includes 'parent-child' relation.
populating combobox asynchronasly