Tool : Add string as resource

Published 19 October 6 4:31 PM | Ramon Smits

I found this really nice little to add a string as a resource. You just select a string in the editor, right click to get the context menu and select to add it as a resource. You then get a dialog in which you can specify the key value and the resourcefile the string should be added too.

In most code I produce I use the string resource generator tool. But this little tool is a very nice addition although I prefer the type-safety that the string resource generator provides.

Comments

# GMilano said on October 21, 2006 8:48 AM:

Hi Ramon, after the string is added to your resource file the addin executes automatically the resource generator tool, so you have the string as strong type resource

Regards,

Gaston