Re: [hlcoders] OT: How to get an icon associated with an executable.

2002-03-16 Thread [EMAIL PROTECTED]
OK. I think I was vague. What I am trying to accomplish is that my executable has an custom icon associated with it, instead of the standard windows console executable. Look at the hl.exe to see what I mean. I think botman is on the right path. I thought that there might be a way to do the

Re: [hlcoders] OT: How to get an icon associated with an executable.

2002-03-16 Thread botman
OK. I think I was vague. What I am trying to accomplish is that my executable has an custom icon associated with it, instead of the standard windows console executable. Look at the hl.exe to see what I mean. I think botman is on the right path. I thought that there might be a way to do

[hlcoders] OT: How to get an icon associated with an executable.

2002-03-15 Thread [EMAIL PROTECTED]
All: I know that this is OFF-TOPIC, but I was wondering how to associate an icon with an executable on Windows. I ask here because I know the coders here are likely to know and to answer. By the way, I have M$VC++ and I am running WinNT and Win2K. Thanks in advance for answering my OFF-TOPIC

Re: [hlcoders] OT: How to get an icon associated with an executable.

2002-03-15 Thread Nathan Taylor
-- [ Picked text/plain from multipart/alternative ] Include the icon as a resource (ctrl-r) or InsertResource - Original Message - From: [EMAIL PROTECTED] Sent: Friday, March 15, 2002 4:42 PM To: [EMAIL PROTECTED] Subject: [hlcoders] OT: How to get an icon associated with an executable.

Re: [hlcoders] OT: How to get an icon associated with an executable.

2002-03-15 Thread botman
[ Picked text/plain from multipart/alternative ] Include the icon as a resource (ctrl-r) or InsertResource All: I know that this is OFF-TOPIC, but I was wondering how to associate an icon with an executable on Windows. I ask here because I know the coders here are likely to know and to

Re: [hlcoders] OT: How to get an icon associated with an executable.

2002-03-15 Thread Tim Faehnle
If you are talking about getting the icon into the exe, there is also Resource Hacker: http://rpi.net.au/~ajohnson/resourcehacker/ In case you can't compile it in. -Tim - Original Message - From: Nathan Taylor [EMAIL PROTECTED] To: HLCoders [EMAIL PROTECTED] Sent: Friday, March 15,

Re: [hlcoders] OT: How to get an icon associated with an executable.

2002-03-15 Thread Nathan Taylor
-- [ Picked text/plain from multipart/alternative ] I love that program, great for hacking seXP boot screens. - Original Message - From: Tim Faehnle Sent: Friday, March 15, 2002 9:08 PM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] OT: How to get an icon associated with an executable.