473,324 Members | 2,548 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,324 software developers and data experts.

Embedded resource

Can I copy a embedded resource icon from a DLL to ohter DLL ?

Rogerio
Nov 16 '05 #1
3 2575
There are several applications available that will extract an icon from a
DLL. Once extracted, you can embed it in the new DLL.

Search for Icon Extractor at http://www.planet-source-code.com

HTH

DalePres
MCAD, MCDBA, MCSE

"Rogerio Jun" <Ro********@discussions.microsoft.com> wrote in message
news:C1**********************************@microsof t.com...
Can I copy a embedded resource icon from a DLL to ohter DLL ?

Rogerio

Nov 16 '05 #2
I don't want to extract a icon from DLL. I want to copy a embedded resource
icon from a DLL ou EXE to other DLL.

Rogerio

"DalePres" wrote:
There are several applications available that will extract an icon from a
DLL. Once extracted, you can embed it in the new DLL.

Search for Icon Extractor at http://www.planet-source-code.com

HTH

DalePres
MCAD, MCDBA, MCSE

"Rogerio Jun" <Ro********@discussions.microsoft.com> wrote in message
news:C1**********************************@microsof t.com...
Can I copy a embedded resource icon from a DLL to ohter DLL ?

Rogerio


Nov 16 '05 #3
If you don't extract it, how are you going to copy it? Look at the icon
extractors' source code, determine how and where the icon is stored in the
PE file then extract it and copy it into your new DLL.

If the "new" DLL is already existing, and if the two icons are the same size
and take the same memory it will work for unsigned software but signed
software will object to the change in digital signature.

Either way, the suggestion I gave you is the start to your solution.

Good luck.

DalePres
"Rogerio Jun" <Ro********@discussions.microsoft.com> wrote in message
news:8E**********************************@microsof t.com...
I don't want to extract a icon from DLL. I want to copy a embedded
resource
icon from a DLL ou EXE to other DLL.

Rogerio

"DalePres" wrote:
There are several applications available that will extract an icon from a
DLL. Once extracted, you can embed it in the new DLL.

Search for Icon Extractor at http://www.planet-source-code.com

HTH

DalePres
MCAD, MCDBA, MCSE

"Rogerio Jun" <Ro********@discussions.microsoft.com> wrote in message
news:C1**********************************@microsof t.com...
> Can I copy a embedded resource icon from a DLL to ohter DLL ?
>
> Rogerio


Nov 16 '05 #4

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

Similar topics

1
by: james | last post by:
What class / method should I be using to get the full path to an embedded resource ? In my case I have an .xml file that my app uses, it is set as embedded resource, and I have a control that...
5
by: Drew | last post by:
Assembly asm = Assembly.GetExecutingAssembly(); me = new Bitmap(asm.GetManifestResourceStream("me.gif")); I have used this before without any problem, but now I get: An unhandled exception...
1
by: n! | last post by:
I have an irritating problem with VS.NET2003, C#. I wrote some code that would build my application menu from an XML resource file. Purely to make it easy for me to edit, so I've added this file as...
2
by: Kyle Kaitan | last post by:
I have an assembly (AppResources.dll) which contains a number of embedded resource files. Most of these are key/value pairs of relevant strings; a few are images and sounds; some more are XML...
0
by: ATS | last post by:
HOWTO Make a UserControl deploy an embedded resource. Please help, I need to embed an EXE into a C# UserControl that is run from script in an HTML web page as such: <html> <object...
0
by: Johann Blake | last post by:
I'm having trouble grasping how ASP.NET correctly locates resources. There is plenty of documentation on this subject but some things are not clear at all. In my ASP.NET application, I have...
4
by: Jason Pettys | last post by:
In an ASP.NET project I am setting the content type of my .ascx and ..aspx files to Embedded Resource for a separate reason. When I do this they get embedded as "RootNamespace.Filename" but I...
3
by: raghu sunkara | last post by:
Hi, How Can i Change or Modify Embedded String Resource In An Assembly. I Need To Modify Embedded String Resource In An Assembly. Please Help Me. Thanks Raghu.
2
Frinavale
by: Frinavale | last post by:
I am attempting to use embedded resources in an Ajax Enabled ASP.NET Web Application. I'm using Visual Studio 2008 and VB.NET server side code. The project is called "EmbeddedResources" with the...
2
by: steve | last post by:
I have the following routine for retrieving error message strigs from a resource file which is embedded in the project. But when it is called I get the error messsage "Could not find any...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.