Link to home
Start Free TrialLog in
Avatar of sandeepaher
sandeepaher

asked on

Update Resource Images of exe File

Hi,
I developed an application which have resource File Storing three Images. One Bitmap And Two Icon. It Also store Some String Information. Now When My client is purchase the application i need to change the this Images and strings as per the client requirement s.
I tried with Resource Update API of kernal32.dll but i am unable to do. it.

So how can update resource of exe file ? using Visual Basic 6.0
ASKER CERTIFIED SOLUTION
Avatar of anv
anv

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
One way:

1. Make a new res file named thenameofyourclient.res which contains the client specific resources.
2. Put that res file in the project, and remove the previous res file.
3. Recompile the exe
4. Have them replace the exe file in the program folder.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial