Page 1 of 1

Resource files

Posted: Fri Jul 04, 2003 2:34 pm
by 8bit
I am trying to Dynamically change the icon in an EXECUTABLE file. I cant seem to find any API calls for this, and i search the forums and couldnt find anything at all. Thanks for any of your help!

Re: Resource files

Posted: Fri Jul 04, 2003 8:30 pm
by Rings
8bit wrote:I am trying to Dynamically change the icon in an EXECUTABLE file. I cant seem to find any API calls for this, and i search the forums and couldnt find anything at all. Thanks for any of your help!
i haven't done that before, but

UpdateResource_(....

and a few more from the kernel32 library
should do the trick.

thanks

Posted: Sat Jul 05, 2003 4:29 pm
by 8bit
Thanks alot buddy, I appreciate the help alot. Ill look this API call up.. I didnt get to see it on the API guide..ill look for it in msdn maybe :-D
Greets,
8bit