I have a fairly large professional web application that has had parts of it translated already about a year ago but now needs to be taken to the next level with the whole thing done. There are over 1500 resx files.
What I would really like is a tool that could let me edit all the resx files in a .net web application that can:
Allow fo...
I wonder if there is a way to extract a resource file packaged in an executable jar file and save it to a local drive, so when a user downloads my jar file and double clicks on it, it will first save one file from the resource to his C: drive, then run my program.
...
hi,
i wrote a little test programm which queries the status servlet of a tomcat an fetches the memory information of the jvm (free,total,max). Is there a way to get more information ?
Like CPU, memory of the process, system memory and so on. I know that some of these things may possible to get somehow because there are tools (e.g. probe...
I'm using NB6.7 to auto generate an executable jar file for my project, how and where to tell NB to include a certain resource into the result jar file ? I know if I put the resource in the "lib" directory, NB will put it into "dist/lib/", but what I want is to include the resource within the final executable jar, where in NB do I specif...
Which will cover issues like, things I will need to know in advance, technical difficulties, how to scale/deal with increased load, marketing strategies even?! etc etc.
I love Getting Real by 37signals, your favorites?
EDIT: Question moved here
...
I have a window Icon property set as :
Icon="..\..\Images\Project_32.png"
The build action is Resource, the png is included in my VS Studio project, and it works fine since that is the png's relative location from this window.
In Adam Nathan's WPF Unleashed (what a great book!), he states that "if you put [the image] in an images fo...
if I am running sql server 2008 in compatibility level 90 (sql 2005) does it use the stoplist in the resource database or does it use ftdata\ENU.txt files???
also if I make my own stoplist in 2008 (using compatibility 100) can I ignore the system stoplist and use my own with my full text queries or will it use the system and my custom s...
Hi guys!
I need to create a DLL that acts as a resource manager (string resources). This dll must have methods that will return target strings based on the target language resource dll. I know how to implement this in C# but I need this one to be implemented in VC++ in certain reasons. I already read many articles but it is hard to under...
I am building an MSI for a windows service application that has a set of satellite assemblies with localized resource data in them.
I can manually include the Localized content from the projects but since my application contains several projects with localized data, do i need to manually include them in the VS2008 msi file system view o...
I know this question (or similar ones) has been asked before, but I still don't understand it. I've created a jar that has the following internal structure:
JAR file-configuration---codeBehind
---commandLine---gui
---resources
Within the resources folder, I have an image that I'd like to use as an icon, but I can't figure out how to ...
Hi guys. I have a Java project with a toolbar, and the toolbar has icons on it. These icons are stored in a folder called resources/, so for example the path might be "resources/icon1.png". This folder is located in my src directory, so when it is compiled the folder is copied into bin/
I'm using the following code to access the resourc...
Hello!
I'm using Microsoft Visual Studio 2008 and I'm trying to set an exe icon for my program.
I've searched this site and found this: htp://stackoverflow.com/questions/320677/how-do-i-set-the-icon-for-my-application-in-visual-studio-2008
But I cant find this "Resource View". Looked everywhere in MVS08
Please help!
http://i46.tinyp...
I need to load some resource from my DLL (i need to load them from the DLL code), for doing that I'm using FindResource.
To do that i need the HModule of the DLL.
How to find that?
(I do not know the name (filename) of the DLL (the user can change it))
...
While I realize resources themselves are defined in XML files, if I have an XML file of my own type that I wish to use, should I be storing them in "res/xml"?
Is there a better way to do this such as using assets and then loading them as binary to be parsed by another XML library?
...
I've got some XML resources in my Android app. Each one has a different name like "bicycle.xml" and "car.xml". I'd like to know if there's a way to load resources based on conditions during run time.
As an example...
Say I had a text input in my app. When the user enters "bicycle", my app can look up an XML resource by that name, pars...
What do you guys recommend for a resource for winsock?
I have an assignment that we have only have a few days to do that needs to send a simple packet using UDP (and receive the same type of packet).
I am fairly familiar with C# sockets but nothing with C++.
Any tips or resources?
...
Hi,
I am working on a simple iPhone application and when I run my app on my machine it installs on the device, but when I try it on a Windows machine using an ad-hoc distribution profile, it shows an error: "Application couldn't be installed because a resource has been modified."
I have 2 iPhones and have tested the same app; on iPhone...
I have a folder in my WPF app "Images" that has several .png files with their Build Action set to Resource. These are built into my binary since I can reference them in XAML.
I would like to write these to disk in the temp folder. How do I do this?
I have found several answers referring to Embedded Resources, but not just plain resourc...
I understand the concept and reasons behind using the using statement, and I use it with things like file resources and remote connections, I was wondering if it is good practice to
use the using statement with WinForm forms and dialogs?
using (MyDialog dlg = new MyDialog())
{
if (dlg.ShowDialog() == EDialogResult.OK)
{
...
Hi
I'm doing programming with ASP.NET . I have no idea how to use JavaScript in ASP.NET Server Side controls ( Totally uncomfortable with it ) . Do you mind introduce me some resource for folks like my type , please ?
Edit:
Thank you , I appreciate any online resource either .
...