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.

GetManifestResourceStream returns NULL

This is a C# .NET 4.0 application: I'm embedding a text file as a resource and then trying to display it …

c# embedded-resource
Eclipse exported Runnable JAR not showing images

My images will not load when running a JAR file exported from Eclipse. I have the images in a resources …

java eclipse image jar embedded-resource
Load image from a filepath via BufferedImage

I have a problem with Java application, particular in loading a image from a location in my computer. Following this …

java image embedded-resource bufferedimage
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 …

google-maps iframe google-maps-markers embedded-resource
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 …

actionscript-3 image flex3 resources embedded-resource
How to refer to Embedded Resources from XAML?

I have several images that i want to be Embedded into the exe. When i set the Build Action to …

c# .net wpf xaml embedded-resource
The view must derive from WebViewPage, or WebViewPage<TModel>

I'm following Justin Slattery's Plugin Architecture tutorial and trying to adapt it for Razor, instead of WebForm Views. Everything else (…

asp.net-mvc-3 razor embedded-resource plugin-architecture
Strange behavior of Class.getResource() and ClassLoader.getResource() in executable jar

I understand from What is the difference between Class.getResource() and ClassLoader.getResource()? and from own code, that getClass().getResource("/…

java classloader embedded-resource executable-jar
How to create an email with embedded images that is compatible with the most mail clients

We have created a system that allows embedding an image in an outgoing email. Here is the original message our …

mime attachment embedded-resource
Java getClass().getResource("file") leads to NullPointerException

I am following the zetcode Snake java games tutorial and always get this error: ImageIcon iid = new ImageIcon(this.getClass().…

java nullpointerexception embedded-resource imageicon