Resource Editor For VS.NET is a Resource Editor integrated into VS.NET with the help of VSIPExtras. It is difficult to update images, add new icons, and edit .resx files in .NET because the editor associated to them is XML-based. Downloading projects from the web with .resx files makes it hard to edit images.
Resource Editor for VS.NET is a Resource Editor integrated on VS.NET using VSIPExtras. As we all know, working with image resources in .NET is hard. When you have a .resx file in your project, you will find it difficult to update images, add new icons and so on, because the editor associated to .resx files is XML-based. So, for example, when you download a project from the Web and the project has a .resx file, you can't edit images easily.
Comments