Editing Resources in Whidbey

Luckly in Whidbey there is a Resource Editor for Editing Resx Files files essentially with the same features that my Resource Editor, then you don't need my resource editor anymore !! (maybe you can use it only for explore dll and exe resources)


But the cool thing about using resources in Whidbey is that you are going to have a "codebehind" for your Editing Resx Files file.
For example if you have a MyResources.resx file you are going to have a MyResources.cs file, bassically this file is a helper class in order to get your resources.
Then if you have an image in your resources called Sunset, then in your code you can use

Image img = MyResources.Sunset;

 

2 Comments

Comments have been disabled for this content.