Tagged Questions
The embedded-resource tag has no wiki summary.
80
votes
7answers
64k views
WPF image resources
I come from a mostly web and a little bit Windows Forms background. For a new project, we will be using WPF. The WPF application will need 10 - 20 small icons and images for illustrative purposes. I ...
17
votes
3answers
6k views
How to embed a text file in a .NET assembly?
I would like to embed a text file in an assembly so that I can load the text without having to read it from disk, and so that everything I need is contained within the exe. (So that it's more ...
11
votes
3answers
5k views
Display .RDLC report embedded in a DLL file
I have a report that is used by a windows service and a form application. So, I want to put embed the report in a DLL file that can be used by both.
The problem is that if I try to set the ...
10
votes
2answers
202 views
Understanding how to localize resources
I know that there are lot of example but I didn't get my head around it... I just want to localize some strings and textfiles. That's what I currently do to receive a string or filecontent
...
9
votes
4answers
3k views
MVC3 + MEF and Razor Views inside Class Library
I have a composit MVC3 Razor application using MEF.
Everything goes fine if I am to deploy plugins as DLL files and views (cshtml) under the regular Views folder from the application.
But this is not ...
9
votes
4answers
9k views
Could not find any resources appropriate for the specified culture or the neutral culture
I have two ASP.NET Web projects (ProjectA and ProjectB). When class in ProjectA is instantiating a class of ProjectB which uses a resource file Blah.resx, I get this error:
An exception of type ...
8
votes
2answers
1k views
Embedding resources in .exe using GCC
I'm looking for a way to easily embed any external binary data in a C/C++ application compiled by GCC.
A good example of what I'd like to do is handling shader code - I can just keep it in source ...
8
votes
6answers
30k views
Howto embed images in Actionscript 3 / Flex 3 the right way?
I'm creating a game where a lot of images are being used in Actionscript / Flex 3 (Flash). Now that I've reached the designer stage, I have to work out a structural way of using embedded images (which ...
8
votes
1answer
2k views
In .NET, What is the difference between Embedded Resource and Resource?
Does someone knows the difference between Embedded Resource and Resource ? Because these two resources type are stored in the assembly and accessible with Assembly.GetManifestResourceStream.
Thanks,
8
votes
2answers
2k views
Using JQuery as an ASP.NET embedded webresource
I have an ASP.NET server control which relies on JQuery for certain functionality. I've tried to add as a webresource.
My problem is my method of including the jquery file adds it to the body, or the ...
7
votes
3answers
748 views
Is there any standard way of embedding resources into Linux executable image?
It is quite easy to embed binary resources into PE images (EXE, DLL) via Windows API (refer to http://msdn.microsoft.com/en-us/library/ms648008(v=VS.85).aspx).
Is there any similar standard API in ...
7
votes
2answers
154 views
Freeing static memory? no, that can't be right
I've been playing around with embedding resources into my c++ program. In order to do this I hexdump the data to a simple array, i.e.
unsigned char image_png[] ={
0x0a, 0x0b, 0x0c, 0x0d, ...
};
...
7
votes
2answers
3k views
WPF - Add Custom Font
I'm trying to add a custom font as a resource in my application.
I have a "CustomFont" directory in the application and all the fonts inside of it are set to "Resource"
<Window.Resources>
...
7
votes
6answers
757 views
Protect embedded password
I have a properties file in java, in wich i store all information of my app, like logo image filename, database name,database user and database password.
I can store the password encrypted on the ...
6
votes
5answers
1k views
What tool can I use to extract resources from a VB6 application?
One of my clients has an application that was written for them using VB6. They no longer have the original resources that were given to the developer. The developer has disappeared off the face of ...
6
votes
3answers
4k views
How to reference embedded images from CSS?
I have a CSS file that is embedded in my assembly. I need to set a background image for certain elements using this CSS file, and the image needs to be an embedded resource also. Is this possible? Is ...
6
votes
4answers
4k views
Acessing WPF XAML Resources from non-WPF code
I am currently building an application that consists of several components, each of which is essentially a WPF user control with a little C# code around it for the plugin system to work (using MEF).
...
6
votes
10answers
4k views
WebResource Hell - resource cannot be found
Marked a javascript file as "Embedded resource"
Added WebResource attribute to my AssemblyInfo class
Now i'm trying to output the embedded javascript to my master page. All I'm getting is a "Web ...
5
votes
4answers
707 views
C# - MessageBox - Message localization in resources and lines breaks
I would like to show MessageBox (WinForms) with string from Resources with lines breaks.
example without Resources (WORKS):
string someMsg = "Message. Details:\n" + someDetails;
...
5
votes
1answer
547 views
Visual Studio Installer Project: Installer and Application Icons
I've got an icon for one of my applications, which I've embedded in a resource file and is used as the main icon for the application. So far so good.
However, I want to use the same icon for the ...
5
votes
1answer
3k views
Embed Icons into WPF Application as Resource
I am trying to embed an icon into my my WPF application so that I can pull it out for use as an icon in the Window 7 JumpList using the following code:
newScene.IconResourcePath = ...
5
votes
4answers
580 views
Platform independent resource system (like the Qt Resource system)
Is there a platform independent resource system for C++ like the one that comes with Qt (but without the Qt dependency)?
I would like to access arbitrary data from within my C++ source code. That ...
5
votes
1answer
2k views
How to use compiled global resources in ASP.Net MVC
I want to compile *App_GlobalResources/Strings.resx* into my assembly (and eventually use satellite assemblies for Strings.es.resx, Strings.fr.resx, etc.) but the following error occurs once the app ...
5
votes
2answers
518 views
Reusing The .NET Application Icon
How can I reuse the application icon from within my application so I don't have to embedded it twice (once for the application icon and once for internal usage)?
5
votes
3answers
1k views
Including resource file in a project by .RC file rather than .RES file
I remember reading an article or post somewhere years ago that suggested including a resource file in a project by referencing the .rc file instead of an already compiled .res file so that the ...
5
votes
2answers
2k views
Can Someone explain the Purpose of the different Build Actions in VS 2008?
At first I was just looking for the difference between Resource and Embedded Resource; then I noticed all these other Build Action types: Compile, Content, Embedded Resource, ApplicationDefinition, ...
5
votes
4answers
807 views
Should I embed CSS/JavaScript files in a web application?
I've recently started embedding JavaScript and CSS files into our common library DLLs to make deployment and versioning a lot simpler. I was just wondering if there is any reason one might want to do ...
4
votes
2answers
160 views
How do I add a TXT file a resource to my EXE file?
I have a TXT file containing about 10,000 lines of text. I want to display these lines in a TMemo.
But I don't want to distribute that TXT file my program. How do I integrate it into my EXE file as a ...
4
votes
6answers
196 views
In embedded domain, copying of structure is dangerous. is it true..??? why.?
In embedded software domain for copying structure of same type people dont use direct assignment and do that by memcpy function or each element copying.
lets have example
struct tag
{
int a;
int ...
4
votes
3answers
79 views
How Do I Expand A File Resource Embedded in C Program
On GCC Linux, is there a way I can add a file resource to be embedded statically into the C program, and then how would I expand that out to /tmp from main()?
4
votes
4answers
713 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?
4
votes
2answers
604 views
Load image from embedded resource
I am trying to assign an image(Image1) a picture at Run-time.
Since I can't set a property to load from resource. So I need to load at run time.
I have the code
procedure TForm1.FormCreate(Sender: ...
4
votes
2answers
776 views
Loop through embedded resources of different languages/cultures in C#
One level up from this question, what would be the way to store all (and loop through) available resources and associated cultures, to allow user selection of a specific culture?
Further explanation:
...
4
votes
1answer
694 views
What is the right way to handle Embedded Resources on a Razor View?
I'm migrating some code from the ASPX view engine to Razor and I've run up onto a roadblock.
I have this code:
<link rel="Stylesheet" type="text/css" href="
...
4
votes
2answers
730 views
How to get resource strings from ASP.NET markup?
Hi
I have an assembly called like X.Common.DLL. There is some resources files for multilanguage app. Let's say it Language.resx Language.en-US.resx....etc....
I have a web application which contains ...
4
votes
2answers
369 views
How do I properly use namespaces in vb.net with embedded resources?
I'm having trouble organizing some Crystal Reports into a more manageable structure in a VB.Net winforms project.
The reports were all defaulting to the root namespace (in this case 'Reports') and ...
4
votes
1answer
380 views
How to set custom icon for dll file?
I have tried: Project Properties > Application > Icon and Manifest and browsing to my .ico file. The icon appears on the right of the box once its loaded but when I build my library the icon is ...
4
votes
1answer
408 views
Why doesn't ToolboxBitmapAttribute work?
I have a UserControl in my project called 'UIWizard.cs', and a 24-bit Bitmap named 'UIWizardToolboxBitmap.bmp' that has it's build action set to 'Embedded Resource'. I verified that it does exist in ...
4
votes
1answer
502 views
Embedding a font in delphi
I'm working on an app that requires a particular barcode true type font that is unlikely to be on the user's PC.
Can I somehow embed the font in the app, or do I need to use the installer to ...
4
votes
1answer
442 views
Conditionally embed ASP.NET MVC2 Views as resources during build in Visual Studio 2010
I have a ASP.NET MVC2 project in VS2010 that can be deployed in two modes: standalone or plugin. In standalone mode, the views should live outside the compiled assembly as .aspx files (the default ...
4
votes
5answers
3k views
Why would Assembly.GetExecutingAssembly() return null?
I am using a xml file as an embedded resource to load an XDocument. We are using the following code to get the appropriate file from the Assembly:
XDocument xd = new XDocument();
Assembly assembly = ...
4
votes
2answers
483 views
Conditionally embedding a resource in Visual Studio (C#)
Is there a way to conditionally embed resources into a .NET project? I.e. if I have defined INCLUDETHIS then I want a certain large file embedded into the dll, otherwise I do not want it embedded. I ...
4
votes
2answers
643 views
Why doesn't my ScriptReference find the Embedded Resource?
I have an AJAX control project that has a .js file which is configured as an embedded resource.
My main web application references this project, and when I try to load up the control I get this ...
4
votes
5answers
742 views
How to programatically access images in a resource file?
I have 30 PNGs in a resource file and I would like to iterate around them inside a timer. This timer sets the form's background image to the next PNG in the sequence to produce a basic animation.
I ...
4
votes
3answers
1k views
Embedded images in HTML email not displaying on mobile phones
I have an application that sends an HTML formatted email with embedded images. The email looks perfect on many different desktop/web clients. When the email is viewed on a mobile phone that supports ...
4
votes
1answer
9k views
Can I change the marker in a Google Maps embedded map (iframe)?
I know I can do it with the Google Maps API, but do you know if there is a way to change the marker in an embedded Google Map?
I want to replace the default "A" button for a "B" button or the marker ...
4
votes
1answer
1k views
How does Vista generate the icon for documents associated to my application?
Can I affect the process?
I have an application built in .NET 3.5 / VS2008. I have embedded multiple icons into the app with a win32 .res file. This is done in the Properties box for the Project in ...
3
votes
1answer
60 views
How to embed HTML in restructured text file?
I'm using reStructuredText and I'd like to add HTML encoding an interactive flash-type animation through the <embed> tag. From my .rst document, how can I specify the position of this arbitrary ...
3
votes
1answer
115 views
Including other files in c++ for File I/O
Is there a way to add files to the final .exe in a c++ program ?
For example, suppose I want to play a sound file. Instead of including the sound file separately with the release .exe, the file should ...
3
votes
2answers
229 views
image problem in wpf (image does not show up)
I don't understand why I cannot display an image in WPF. Maybe I modified my resources folder accidentally and that is the reason why I does not get displayed. So I created a new wpf application and I ...