Top "Resources" questions

Assets (like memory, disk space, CPU power or alike) necessary for effective operation or physical files (like images, configuration files or other) to provide some externalized enrichment to an application.

Change PictureBox's image to image from my resources?

How do I set a PictureBox image to an image from my resources? (I tried this without success: pictuerbox.Image = "…

c# winforms image resources picturebox
Get a resource using getResource()

I need to get a resource image file in a java project. What I'm doing is: URL url = TestGameTable.class.…

java resources getresource
Android/Eclipse: how can I add an image in the res/drawable folder?

I am completely new with Android/Eclipse. I can't figure out how to add an image in the /res/drawable …

android eclipse image resources
What's the difference between StaticResource and DynamicResource in WPF?

When using resources such as brushes, templates and styles in WPF, they can be specified either as StaticResources <Rectangle …

.net wpf xaml resources
Android: alternate layout xml for landscape mode

How can I have one layout for landscape and one for portrait? I want to assume extra width and conserve …

android layout resources android-layout orientation
Tomcat 8 throwing - org.apache.catalina.webresources.Cache.getResource Unable to add the resource

I have just upgraded Tomcat from version 7.0.52 to 8.0.14. I am getting this for lots of static image files: org.apache.…

caching resources tomcat8
Java resource as file

Is there a way in Java to construct a File instance on a resource retrieved from a jar through the …

java resources classloader
How to use relative paths without including the context root name?

To working my static file (CSS, JS) I have to write absolute path like /AppName/templates/style/main.css. Is …

jsp servlets resources relative-path contextpath
Android, getting resource ID from string?

I need to pass a resource ID to a method in one of my classes. It needs to use both …

java android resources android-resources
Setting Icon for wpf application (VS 08)

Before going much further i'll mention I have tried solutions in following: How do I set the icon for my …

c# wpf visual-studio-2008 resources icons