![]() |
General Programming »
Macros and Add-ins »
VS.NET Add-ins
Intermediate
Resource Editor for VS.NET 2003By GastonA Resource Editor integrated on VS.NET 2003 using VSIPExtras. |
C#.NET 1.1, Win2K, WinXP, Win2003, Visual Studio, Dev
|
|
Advanced Search |
|
|
|
||||||||||||||||

As we all know, working with image resources in .NET is hard. When I have a .resx file in my project, I 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 I download a project from the Web and the project has a .resx file, I can't edit images easily.
Another problem for me is that there isn't an editor integrated on Visual Studio .NET. Then I have to switch application in order to edit a resx file. Even more difficult is to edit a .resources files.
A few days ago, Microsoft released VSIPExtras. Now everybody can develop a managed package integrated on Visual Studio. So I developed a package called ResourceEditor.
Well, you have to install the MSI file and try it. If you want to know what exactly the setup does, you can take a look to this post in my weblog.
There were the times when the installation was manual :). There isn't help integration, then don't worry about your VS help collection. After installing the MSI file, you have to use "Open with" if you want to open a file with this editor (I expect that you select it as your default editor for resx files in the future. :))
It was developed using VSIPExtras (more info about VSIP and VSIPExtras on the new site).
The skeleton of the editor is generated by the Package Wizard of VSIPExtras. After all, that is just C# programming. Obviously, the source code is installed. You can see some aspects that you are interested in.
You can find:
I don't want to explain any particular point in this article (may be in the future).
If you want to compile the code, you need:
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 30 Mar 2004 Editor: Smitha Vijayan |
Copyright 2004 by Gaston Everything else Copyright © CodeProject, 1999-2009 Web12 | Advertise on the Code Project |