Re: extracting window icons

2005-06-10 Thread Brian Vincent
On 5/27/05, Brian Vincent <[EMAIL PROTECTED]> wrote: Is there a way to extract an icon from a DLL?  Wine seems to do this automatically when programs are installed, I just can't figure out how.  Is there a way to do it from the commandline?  Someone replied to me off list with info on the icoutils

Re: extracting window icons

2005-05-27 Thread Andrew Neil Ramage
Saying Yes to "Create Desktop Icon" during installation allows these icons to be extracted onto the desktop. Alternatively, get a resource editor and manually extract the icon into a file. (Or is it possible to call a function in the .EXE to extract the icon ?) Andrew You can be the captain

Re: extracting window icons

2005-05-27 Thread Dimi Paun
On Fri, 2005-05-27 at 15:36 -0700, Steven Edwards wrote: > I think bin2res in wine/tools can do it as well. No, not at all. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: extracting window icons

2005-05-27 Thread Steven Edwards
Hi, --- Andreas Mohr <[EMAIL PROTECTED]> wrote: > On Fri, May 27, 2005 at 03:00:05PM -0600, Brian Vincent wrote: > > Is there a way to extract an icon from a DLL? Wine seems to do this > > automatically when programs are installed, I just can't figure out how. Is > > there a way to do it from th

Re: extracting window icons

2005-05-27 Thread Andreas Mohr
Hi, On Fri, May 27, 2005 at 03:00:05PM -0600, Brian Vincent wrote: > Is there a way to extract an icon from a DLL? Wine seems to do this > automatically when programs are installed, I just can't figure out how. Is > there a way to do it from the commandline? Well, there are some Windows utiliti

extracting window icons

2005-05-27 Thread Brian Vincent
Is there a way to extract an icon from a DLL?  Wine seems to do this automatically when programs are installed, I just can't figure out how.  Is there a way to do it from the commandline?  -Brian