Questions tagged [resource-files]

Resource files are those files that are used to instruct the compiler/linker toolchain on which resources (icons, dialogs, etc.) are to be embedded in the binary being built.

267 questions
0
votes
2 answers

Multilingual content Cache

I know it's very basic question but still I am confuse about it's implements. In one of my interview, they asked me that I have a website which is multilingual (10 languages). I want to put all the contents in a cache. May I know how to achieve this…
alok_dida
  • 1,723
  • 2
  • 17
  • 36
0
votes
1 answer

How do I get code analysis to ignore line breaks in my resource files?

Is there a way to get code analysis to ignore line breaks
when giving me spelling warnings about text in my resource files? I know I can add them to my code analysis dictionary but I'm pretty sure there is a way to get them ignored without…
monk
  • 3
  • 4
0
votes
1 answer

Read validation control error messages from local resource files

I need to read error message of validation controles (RequiredFeildValidator) from resource files in my App_LocalResource folder as my web app is multilingual....
samj28
  • 267
  • 2
  • 4
  • 10
0
votes
1 answer

Get resourcename of PictureboxImage

I've got a Picturebox, the user can select its backgroundimage out of a resource file. Later I want to get the resourcename out of the picturebox. I've already tried this: MessageBox.Show(((PictureBox)sender).BackgroundImage.ToString()); But it…
Vloxxity
  • 980
  • 1
  • 9
  • 30
0
votes
1 answer

Resource Designer Files - Change Template

When changing a localized resource file, such as resources.de.resx the designer code gets regenerated blank. How can I change this to be the auto generated code…
NikolaiDante
  • 18,469
  • 14
  • 77
  • 117
0
votes
1 answer

Resource (.resx) files with multiple values

I was wondering if can create some resource file which represents multiple values per key. any suggestion? Thank You;
Mohsen
  • 4,000
  • 8
  • 42
  • 73
0
votes
1 answer

Sharing Resource Files in a Mixed (Webforms / MVC) Application

I have One application which has Webforms (.aspx) pages and also MVC3, both. I intend to keep labels, message text and other text in a .resx file. Many of the keys/values in .resx file are common across both webforms and MVC. I would prefer not to…
Mike
  • 214
  • 1
  • 3
  • 13
0
votes
1 answer

Error while building dll for resource file --error CVT1100: duplicate resource. type:DIALOG, name:4159, language:0x0409

I trying to create dll from resource files. I have more than 1 .rc file and want to include in dll. but i am getting following error error CVT1100: duplicate resource. type:DIALOG, name:4159, language:0x0409 error LNK1123: failure during conversion…
Suri
  • 3,287
  • 9
  • 45
  • 75
0
votes
1 answer

AjaxControlToolkit Resource Files Not Copied To Output in MSBuild Script

I'm new to MSBuild, but I managed to setup the following simple script:
-1
votes
1 answer

getClass().getResource() return null

Hi i am making a quiz application with my project partner and at the end of the quiz i am trying to display an image from out of my resource folders to the winners (a trophy). Everything worked fine untill he tried to run the application on his…
user3485470
  • 121
  • 5
  • 11
-1
votes
1 answer

Local resource file content not showing over Internet Explorer but fine on Chrome & Firefox

My web app is multilingual...I have used Local resource files for multilingual changes....The content are picking up correctly over Chrome & Firefox but not on Internet Explorer...I am not getting why is this happening...Please help......
samj28
  • 267
  • 2
  • 4
  • 10
-3
votes
1 answer

How can I solve this error in c language in kali system?

I put the code in a source file and give it permission to execute then when I run this file, the output appears in the picture what does that mean? How can I solve it? #include //unsigned long balance; //float deposit; //int choice,…
raneem
  • 1
  • 3
1 2 3
17
18