Top "Embedded-resource" questions

Resources (such as images and help files) that are embedded into the binary of the application itself and typically not available as files.

How do I add a TXT file as 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 …

delphi delphi-xe embedded-resource
How can I extract a resource into a file at runtime?

I want to distribute only a single .exe, however, at runtime I would like it to extract some embedded image …

delphi embedded-resource extraction
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 …

asp.net embedded-resource
Loading embedded resource .rtf file into richtextbox on load C#

Ok so I read about loading an embedded rtf into a rich text box and I am trying to do …

c#-4.0 resources richtextbox rtf embedded-resource
MEF and Razor Views inside Class Library

I have a composite ASP .NET MVC 3 Razor application using MEF. Everything goes fine if I am to deploy plugins …

asp.net-mvc asp.net-mvc-3 razor embedded-resource virtualpathprovider
Accessing JAR resources

I have a jar file with resources (mainly configuration for caches, logging, etc) that I want to distribute. I'm having …

java jar resources embedded-resource relative-path
How can I access embedded resources in a C# project?

Most of the threads I've read about this question answer that you just have to access them like this: <…

.net eclipse embedded-resource visual-c#-express-2010
RazorEngine string layouts and sections?

I use razor engine like this: public class EmailService : IService { private readonly ITemplateService templateService; public EmailService(ITemplateService templateService) { if (templateService == …

c# embedded-resource razorengine
How to set the JGoodies Look and Feel?

I added the jgoodies-looks-2.5.3.jar to my buildpath and started it with public static void main(String[] args) { EventQueue.invokeLater(…

java swing embedded-resource look-and-feel jgoodies
How to embed a static image resource in a web server control?

I am going to create a web server control representing a treeview. So I want to use 2 images for + and …

asp.net vb.net image embedded-resource servercontrols