> I got the code to get my application's name at run-time frm KB. How to > replace tAIB (application icon identifer) to some other bitmap resource?
well.. how about deleting the resource and adding a new one? a tAIB is technically the same as a tBMP - however, earlier os versions didn't like it compressed (not sure about current). you can copy from resource A -> resource B quite easily. how do you move data from dynamic memory to dyanmic memory? MemMove how do you move data from resource to dynamic memory? MemMove how do you move data from dynamic memory to resource? DmWrite how do you move data from resource to resource? DmWrite simple rules, learn, remember em:) --- Aaron Ardiri [EMAIL PROTECTED] CTO - Director of Research +46 70 656 1143 MedHand International AB http://www.medhand.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
