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 to display embedded html in Qt WebView

I am trying to get the Qt WebView to display an html file that is embedded as a Qt resource, …

qt qml embedded-resource qtwebkit qt5
Adding (Embedded Resource) Schema To XmlReaderSettings Instead Of Filename?

I am writing an application that parses an Xml file. I have the schema (.xsd) file which I use to …

c# xml validation xsd embedded-resource
Accessing resources from code for setting NotifyIcon.Icon

I am trying to get the Icon of a NotifyIcon in WPF. So I have added a .ico file to …

c# wpf embedded-resource notifyicon
How can I force Proguard to keep my .xml resource file?

I am succesfully using proguard for my Android apps. However, with one app I am having trouble. This app uses …

java android embedded-resource proguard
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.…

c++ linux embedded-resource
Application.GetResourceStream called on a Content Resource still return null

Here is the task-related part of the VS2010 project (Windows Phone) structure: The code is being executed from DummyMediaLibProvider.cs: …

c# .net windows-phone-7 embedded-resource
How do I create a Resources file for a Console Application?

I'm trying to use an embedded resource in a console application, but apparently console applications don't come with a resource …

c# console-application embedded-resource
C# Get embedded resources from specific folder or distinguish between embedded resources in different folders

The title sums it up pretty well. I know I can get the embedded resource names using: var assembly = System.…

c# reflection embedded-resource
MS WebBrowser + Embedded HTML Resource + res:// Protocol

I have an embedded HTML resource (helloworld.htm) inside my Visual Studio project. (Ie, I've added an HTML file to …

html webbrowser-control embedded-resource
Resourcemanager is returning same resource, although CultureInfo is specified

A very simple thing, and I can't get it to work. I want to globalise my dll thus I'm using …

c# dll globalization embedded-resource resourcemanager