Resource files

Just starting out? Need help? Post your questions and find answers here.
8bit
User
User
Posts: 11
Joined: Sat Jun 14, 2003 3:33 pm
Contact:

Resource files

Post 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!
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: Resource files

Post 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.
SPAMINATOR NR.1
8bit
User
User
Posts: 11
Joined: Sat Jun 14, 2003 3:33 pm
Contact:

thanks

Post 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
Post Reply