|
-
Jul 20th, 2004, 01:17 PM
#1
Thread Starter
Frenzied Member
Extract an Icon
is there a way I can extract my custom Icon back out of my project. I created a custom icon, I assigned it to my forms, but then I accidently removed from my project and deleted it in the process. It still displays on the forms, so it has to be stored somewhere. Anyways, to extract it back out again easily?
Sean
Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.
-
Jul 20th, 2004, 01:28 PM
#2
Frenzied Member
Do you need to do this through code, or just use a tool to extract your icon? If it's the latter, there are free tools, like IconFinder, that can extract icons out of .exe, .dll etc.
Go to download.com and search for iconfinder if that's what you need.
-
Jul 20th, 2004, 01:32 PM
#3
Sleep mode
I think it's stored as resource image , so he might need any of these free resource editors or readers (probably hview).
-
Jul 20th, 2004, 03:24 PM
#4
Hi.
You can just drag 'n drop you exe file from the explorer to an empty environment in VS.
That will open the file in a treeview. Then unfold the treenode called Icon and double click it. Then you can copy/paste it.
If you need to save it as an icon again, then select File-New-File and choose Icon.
Then paste it and save as ICO.
Did that make sense?
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
-
Jul 20th, 2004, 05:39 PM
#5
Lively Member
Originally posted by pax
Hi.
You can just drag 'n drop you exe file from the explorer to an empty environment in VS.
That will open the file in a treeview. Then unfold the treenode called Icon and double click it. Then you can copy/paste it.
If you need to save it as an icon again, then select File-New-File and choose Icon.
Then paste it and save as ICO.
Did that make sense?
easier way: drag the exe into vs, open the icon folder, and right click on the file inside. then choose export adn save :-D
-
Jul 21st, 2004, 01:17 AM
#6
LOL I couldn't figure out why I couldn't save it. Must have missed that export feature.
I wish I could think of something witty to put in my sig...
...Currently using VS2013...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|