Resources such as images & help files that are embedded into the binary of the application itself. Such resources would not typically be available as files.
3
votes
3answers
25 views
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 file automatically. How do I create a resources file for my console ...
1
vote
3answers
44 views
How do I access resources in a console application?
How do I gain access to .Properties.Resources in a console application? This is to use resource files attached to the solution.
Here's exactly what I can see:
The first syntax error isn't the one ...
1
vote
2answers
40 views
What is the correct path to display an ImageIcon png file for Windows 7?
I wanted to test having a program with a simple png image on it. I wrote a short program that does this, but I can't seem to get the path right. I have checked, checked again, rechecked, and quadruple ...
0
votes
1answer
25 views
how to get classpath from mp3 within a jar file
I've got a problem with my classpath within a jar file. With pictures
getClass().getResource("picture.png") works fine. But I need to get a mp3 file.
If I put in the whole path outside of the jar file ...
0
votes
0answers
28 views
Error With Resources And Codedom
When I add a resource to my project (codedom) and when I compile this:
File.WriteAllBytes("C:\Plugin.dll", My.Resources.Plugins)
I get the following error:
'Resources' is not a member of 'My'.
Is ...
0
votes
2answers
53 views
Get the directory inside the jar
How to get the directory inside the jar?
Let's say I have a jar called foo.jar, how can I make the jar be able to access a file that's like this foo.jar!/text.txt, whereas the class is like ...
0
votes
2answers
45 views
Get file to be read from another package
I need to catch a file that is package called files
I try use getResourceAsStream or
File file = getClass().getResourceAsStream("files/big.txt"));
However, is not working. This saying to convert ...
0
votes
0answers
11 views
CodeDom Resources
How can i add multiple resources with the same name to the CodeDom Compiler.
every time i try i get this error Resource identifier 'MyResource.txt' has already been used in this assembly.
in Visual ...
0
votes
1answer
26 views
Cannot get Java Print API to use fonts after exporting to JAR
I am writing a Java application with the ability to print formatted views of the data using the Java Printing API. Below is a brief relevant snippet of my code that does the printing:
public static ...
-3
votes
2answers
65 views
Adding a image to the JPanel
I'm currently trying to add a hangman image to my JPanel. I have labeled image 1-10 and increment the value each time the user gets a wrong answer (this is working). As of yet I haven't been able to ...
0
votes
3answers
38 views
Creating and executable JAR file that uses an external XML file
I have a java application in Eclipse that uses an eml file like so
File matches = new File("matches.xml");
The file is located in the default package as all the other classes. When I create the JAR ...
1
vote
1answer
48 views
Packaging a program containing images
I'm having massive issues packaging my java program which contains images into a jar for conversion into and executable file. The images have been used in the background of the program and buttons. ...
0
votes
2answers
46 views
Embedding Resource in C# without Visual Studio
I have a question similar to this. However, I am not using Visual Studio (yeah, I know I should but I don't want to, so don't just say use Visual Studio). How would you embed a text file into an exe ...
1
vote
1answer
29 views
Trouble deploying jar file with images
I am trying to deploy my Java GUI as a runnable jar file. The problem is that none of the images or even the shapes I've created with Swing & AWT show up when I run the jar file. Can anyone tell ...
0
votes
1answer
20 views
Embedding ASCII hex string SigString into HTML page, not base64
I am currently working on a project that is requiring me to embed a Topaz signature image into a HTML page. I know that this is possible if the image has been changed into a base64 string but the ...
0
votes
0answers
18 views
Creating a web project with a masterpage, css, javascript and images that can be used by other web projects?
How would one go about creating a web project with a masterpage, css, javascript and images that can be used by other web projects?
Ideally, I would want to define a project to be a sort of abstract ...
1
vote
2answers
57 views
Error opening tmp PDF from my Java application when run from JAR but not elipse
I want to be able to open a PDF file when the user clicks on 'HELP' in my application. The PDF file is located with the JAR, extracted to a tmp directory and then selected to open by ...
0
votes
1answer
20 views
Embedded Font Causes a Crash
I have a WinForm app. I am using a custom font that is in my embedded resources.
It works at first, but then causes the program to crash after a while.
Using the following code as an example, if I ...
0
votes
1answer
33 views
Loading a Resource file with XElement
I'm trying to load an XML file that is an embedded resource.
I'm using the code below and it's returning an error saying the URI is too long.
base.document = ...
0
votes
1answer
75 views
Visual Basic (2010) - Using variables in embedded text files?
Ive always been able to just search for what I need on here, and I've usually found it fairly easily, but this seems to be an exception.
I'm writing a program in Visual Basic 2010 Express, it's a ...
2
votes
1answer
73 views
NAND Flash interfacing ARM9 MTD partition not getting generated
I am developing an application on ARM9 based board using UBUNTU 10.04 and GCC as a compiler.
Previously I have interfaced the NAND flash from STMicroelectronics ( NAND512W3A25NB ). It is of 64MByte. ...
1
vote
1answer
35 views
Camel route responding to web application synchronously
I understand you can embed Camel in web application or stand alone application by creating a Camel context. This means that routes could be started from within your application. Great!
How can I go ...
1
vote
2answers
58 views
How to embed image in SharePoint Workflow Association Form? [closed]
I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp).
...
0
votes
2answers
53 views
Embedding config.ini into exe file
I have 2 apps and one config.ini file.
Manager Project
Main Project
Main Project is compiled and added to Manager Project (as resource).
Also Main Project is getting settings from config.ini file.
...
0
votes
0answers
15 views
SetThreadUILanguage on Windows XP vs. Vista+?
The docs for SetThreadUILanguage state that:
Windows XP: The application can only set this parameter to 0. This
setting causes the function to select the language that best supports
the ...
0
votes
0answers
27 views
Using Resources.resx in Windows Store Library (DLL)
I am building a Windows Store Library which uses strings from Resources.resx.
I am unable to figure out a way to do it. Looked through a lot of sites, tried a lot of options such as directly using ...
0
votes
1answer
92 views
SoundCloud embedded track: How to refresh page after the track ends playing?
First off, I am quite a noob.
Ok, so I have embedded a SoundCloud track into my webpage. My question is, how do you refresh a page (or do anything else) when the track ends?
Can you do it with ...
2
votes
2answers
56 views
Visual Basic 6 Command included on String Table
Here is the situation, I have this string table, in a .res file and I have some strings loaded into one of the forms, say Form1. On a form on I want to popup a message box with a message loaded from ...
1
vote
1answer
145 views
Load excel file from resources/assembly in C#
I need to load an Excel file and write on it. I have already added the file to resources and set its build action to Embedded Resource. My problem is I can't seem to load it from the ...
0
votes
0answers
31 views
Add a resource to a generated EXE file
I have an issue with adding a resource file to my generated exe file in runtime.
I used Microsoft.CSharp.CSharpCodeProvider and System.CodeDom.Compiler.CompilerParameters to generate an exe file in ...
3
votes
0answers
66 views
Entity Framework does not embed metadata into dll
What I'm trying to do
I currently have a project file that contains a single EF 5 Model with the .edmx configured to embed the metadata into the output assembly.
If I run a local package via Visual ...
0
votes
0answers
34 views
Embedded Images In Server Control
I have ASP.NET custom server control, that includes js, css and png images.
I can read and render embedded js, css and the images.
How to get the embedded image url (not binary stream) and set it for ...
-1
votes
1answer
60 views
jar file not taking images if i change the locatioon of jar file [duplicate]
I have created a jar file with some Images, but if I change the location of the jar viz., c to D directory, images are not showing. The jar file is showing Images if I keep Images where jar file exist ...
2
votes
1answer
95 views
Visual Studio 2012 - How to assign multiple build actions to a TypeScript file
I am using Visual Studio 2012 to create a class library project that will also include a number of TypeScript (.ts) files, as well as their generated .js and .js.map files. All of these files need to ...
0
votes
1answer
171 views
C#: restore SQL Server DB from a backup inside an embedded resource
I have a file that contains a SQL Server 2012 database backup. I am using this file with a C# WinForms application, that creates a database, restores the backup into it, and then performs some more ...
-1
votes
0answers
18 views
Glassfish Maven Plugin - Does work JCA in Glassfish Maven Plugin? [closed]
Can I run application with JCA in Glassfish Maven Plugin ?
I have an application java with JCA and would like run into maven plugin.
Is it possible ?
Thanks
2
votes
1answer
48 views
No sound after export to jar
I have problem with my app. When I run app in Eclipse, sound played well, but if I export app to runnable jar, sound doesn't work.
Method, where sound is played:
public static synchronized void ...
0
votes
1answer
50 views
VB.NET: Get namespace of an assembly
I have got an embedded ressource (included in the executing assembly) and can get this with the following command:
...
0
votes
1answer
39 views
C# set a custom embedded cursor
I would like to use a custom embedded cursor, i tried this code, but i just see the normal cursor:
private void Form1_Load(object sender, EventArgs e)
{
Cursor mycur = new Cursor(GetType(), ...
0
votes
1answer
56 views
Resource Loading works in SharpDevelop but not when Compiled Manually
I'm making a game engine and wondering about how to load resources.
I'm currently using this code for it.
public static Stream GetResourceStream(string name) {
string asmname = ...
1
vote
2answers
55 views
How to add an image to a GUI
I want to add a picture to my GUI, but it doesn't seem to be able to display the picture.
(Maybe it can't find it?) I get no errors, all that happens is a blank JFrame pops up.
I'm using Eclipse, and ...
2
votes
2answers
119 views
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.Reflection.Assembly.GetExecutingAssembly();
string[] files = ...
0
votes
0answers
18 views
Google Maps v3.0 ADF Resource
Good afternoon
I have a problem with adf resource'm using the Google API v 3.0 in adf more.
the problem is in this line
af:resource type="javascript" source="https://www.google.com/jsapi?key=[API ...
0
votes
1answer
110 views
How to select an image from resources via a string?
I'm coding a pokedex type deal as practice for my class.
Basically, I have a class titled "pokemon". One of the properties of the class is "ImgName" Which I want to use to display an image from the ...
0
votes
2answers
51 views
Properties file (user settings) inside a jar file
I have a Swing application I want to package as a jar file. I also have a properties file that I store user set properties in.
Can I store this file inside the jar file and will the application ...
0
votes
0answers
69 views
ASP.NET MVC, Embedded Resources and auto generated satellite assemblies
I'm developing an ASP.NET MVC application that has multilingual support and when I'm compiling the project it seems like it creates Satellite Assemblies automatically when my view is following either ...
0
votes
1answer
64 views
Accessing image paths in Eclipse
I'm trying to access some images in my Java code. The code to call the images is below.
public final ImageIcon whitePiece = new ImageIcon(getClass().getResource("Images/whitecircle.PNG"));
public ...
-3
votes
1answer
86 views
Will apple allow an iPhone app with embedded browser that does something against app guidelines [closed]
I want to create an app on the iPhone app that has some specific functionality. Apples current guidelines prohibit this functionality. We are currently planning on splitting the app up. ...
0
votes
1answer
80 views
Issues with adding images to JFrames
I have been trying to load imageicons into a jframe. I have no idea why this code doesn't work. I have tried using jpanels and jlabels, and also other ways of loading images, but those don't work ...
2
votes
2answers
200 views
Multiple resource files in C#
I have been searching answers for similar questions, but the questions are either fairly old or unanswered.
Background
We have a few different websites sharing the same code base and they are hosted ...



