Hi Doug, Aaron & Hal Mueller, Thanks a lot for ur valuable insight on this subject. Without doubt I�m goin to implement different means of notification. I�m still trying to change the application icon in my Resource DB for knowledge purpose. Please help me in this approach.
I�m having trouble finding the resource type & resource ID on my Application Icon. I have used Constructor to create �taif� resource for my app icon and two �PICT� images. I read frm the SDK that the PalmRez post linker converts them into a single �tAIB� resource. How do I find the Resource ID of my �tAIB�? //Find the number of records in the Resource database UInt16 numres = DmNumResources(db); StrIToA(temp,numres); FrmCustomAlert(AaaAlert,temp,"Number of Resources",NULL); //Remove Application Icon index = DmFindResource(db,iconType,1000,NULL); DmRemoveResource(db,index); My header file has no info abt �tAIB�. #### Resource.h //Resource: taif 1000 #define AppBigIconAppIconFamily 1000 //Resource: PICT 1001 #define BitmapID1001Bitmap 1001 (BLACH & WHITE) //Resource: PICT 1008 #define BitmapID1008Bitmap 1008 (COLOR) Thanks, Frustrated Newbie! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
