473,387 Members | 1,572 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Adding resource

This message is probably out of topic but I get no response from the less
popular microsoft.public.dotnet.general newsgroup.

Is there a resource manager of some sort in VS C# .NET which you can use to
add resources such as icons, textfiles, etc. ? AS far as I see it, pictures
can only be added through the properties of controls such as
"BackgroundImage". I opened up the resource view and it is always blank. I
tried creating a .RESX file but when opened it, it is just some creepy
editor.

Nov 16 '05 #1
3 2117
Hi Bern,

I've found the community member have provided some resource on the
ResEditor tool in dotnet.general group:

Resource Editor (RESEDITOR)
http://msdn.microsoft.com/library/de...us/cptutorials
/html/resource_editor__reseditor_.asp

It is a managed application which can help generate .resource file via
adding different kind of resource files(image, script file ...)
Also, we can also use the Assembly linker (al.exe) to emebeded resources
into assembly

#Assembly Linker (Al.exe)
http://msdn.microsoft.com/library/en...bly_Linker_Res
ources.asp?frame=true
In addition, if you're using VS.NET, we can use the "Add existing item"
menu to add a existing resource item( image , txt file ...) into the
project , then, set the file's "Build Action" as "embeded resource" so
that the item will be compiled as resource into our project's main assembly:
#HOW TO: Embed and Access Resources by Using Visual C# .NET
http://support.microsoft.com/default...b;en-us;319292

Hope these helps. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 16 '05 #2
Hi Bern,

Any progress or furthur ideas on this issue? If there're anything else we
can help, please feel free to post here.Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 16 '05 #3
" Bern" <x@x.com> wrote in news:41********@news.starhub.net.sg:

Hi Bern,
this one is free for non-commercial use (no functional restrictions).
Unless you need to edit forms this is maybe what you were looking for:

http://www.aquineo.com/Products/ResIt/ResIt.shtml

Hope you like it.

Werner
Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Gabriel Lozano-Morán | last post by:
First of all sorry for the cross-posting but I am not sure wether this belongs under internationalization or just general. Environment: Visual Studio .NET 2003 Problem: Newly added and...
2
by: btober | last post by:
I run the following script to export some data from my development database and then update or insert the records into to the quality assurance testing database, but I get a warning notice that I...
1
by: Andreas Hĺkansson | last post by:
Is it possible, with the use of code, to add a resource to an assembly? Perhaps using the ResourceWriter ? Basiclly I want to do the equivalent of adding a file to my project and making it an...
7
by: Wysiwyg | last post by:
Is there any way to add an embedded resource to a project without copying it to the project's directory? I have shared resources and don't want each project using the images, xml files, etc. to...
9
by: Tom the Canuck | last post by:
A while back I was playing with C++ and made a simple program with a WAV file as a resource. It worked well and was easy to make. I then went on to try this with VB. I had problems. Can this be...
7
by: Rich | last post by:
I am resurrecting this question (since it got bumped down by more recent posts). This is probably very simple - I need to add a version resource to a DLL project in MSVC++ 2005 Express in order...
5
by: DBC User | last post by:
I have a situation, where I need to add 4 or 5 data files (they change every time I build) in my project during build time and somehow I need a way to access these files during runtime. So I have...
1
by: John | last post by:
Is there such a thing as storing icons or bitmaps into a resource file, and adding more icons or bitmaps into the resource file at runtime? I want to store a bunch of icons into a resource file,...
0
by: CSharper | last post by:
Just curious, When you are in IDE, you are able to add a resource to the project through resource tab. Later this resource can be accessed using the resource manager. One good thing about this...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.