Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
3k views

Convert a Visual Studio resource file to a text file?

I know there are tools to get text files to resource files for Visual Studio. But I want to get the text from my resource files to a text file so they can be translated. Or is there a better way to ...
4
votes
4answers
715 views

Is it possible to embed and run exe file in a Delphi executable app?

Resource files (.RES) accept any kind of binary files but if it is an exe file how to run it?
3
votes
2answers
4k views

Programmatically change resource file language (resx) in Code Behind

I have a .Net application in C# and I have a file structure something like: App_LocalResources - MyPage.aspx.resx - MyPage.aspx.fr.resx MyPage.aspx MyPage.aspx.cs I am trying to programatically ...
2
votes
1answer
85 views

How to override resource file defined in a Jar?

In a file structure of standard J2EE Web application, I want to override a key-value message pair that defined in a resource file that reside in an imported Jar. I know that I need to create a ...
2
votes
1answer
451 views

Specifying custom resource file for an ASP.NET page/usercontrol

If I have a page called Default.aspx, ASP.NET automatically uses the resource file named Default.aspx.resx in App_LocalResources for localizing server controls in the page. But for some reason, I ...
2
votes
1answer
121 views

How do I stop Visual C++ from using local machine locale settings in MFC .rc file generation?

When editing a resource in the Visual Studio resource view, I find that a lot of locale specific information is added to generated rc file. The locale information added is specific to whatever locale ...
1
vote
2answers
60 views

VC++ 10 MFC: What is the correct way to do localization

I am a .NET guy who is having to do some work on an MFC app. The app is a VS2008 MFC executable which I have converted to VS2010. The original developers did localisation by specifying the name of a ...
1
vote
0answers
34 views

How do you add an icon next to a menu item in a resource file in VS2010?

How do you add an icon next to a menu item in a resource file? I am using Visual Studio 2010 for a c++ project. My resource file looks something like this for the menu items. IDC_MENUS MENU BEGIN ...
1
vote
1answer
273 views

C# problem with dot in resource file

I'm having a little problem with a dot (.) in a resource file. In my global.resx file I have the value: Key: DSNLBuiltNo Value: DS.NLM + Built no When I display this in my Razor file with a ...
1
vote
3answers
785 views

Mac Resource editor in Snow Leopard?

I have some OLD programs that I'm mantaining. They still use resource files with resource forks, and all that hideousness. My co-worker uses a 10.3 box that can still run mac classic programs and ...
0
votes
1answer
24 views

Searching/Listing WPF resource files?

Is there a way to search a WPF application for resources? I have added many images to an app and want to perform search i.e. MS*.jpg etc., Is this possible? If I could create a list of all the ...
0
votes
1answer
338 views

Error message in MFC/RC on VS2008 - “Add/Remove operation is impossible, because the code element 'Cxxxx' is read only”

I have searched online and get inconsistent answers that don't fix the problem for me. I created a dialog box and then clicked ont he wizard to create a class for me. Unfortunately it named the ...
0
votes
2answers
2k views

Visual Studio 2008 resource editor is annoying with PNG's

I have a resource DLL project in VS2008 that contains mostly PNG images. Every time I import a new image to the resource file, I get an RC2170 error: bitmap file is not 3.0 format, for every PNG that ...