Hi,
is it possible to change a bitmap resource during runtime or is it possible to create a new one that can be used with "LoadBitmap(resourceid)" ?
I have to do it as a resource and would appreciate any help on this.
Printable View
Hi,
is it possible to change a bitmap resource during runtime or is it possible to create a new one that can be used with "LoadBitmap(resourceid)" ?
I have to do it as a resource and would appreciate any help on this.
The UpdateResource function adds, deletes, or replaces a resource in an executable file.
Thanks alot !