>I know the database names associated with these apps, but I really need to
>access their taif resources (id 1000 for all) and I don't quite see how the
>db names can help me access the taif resource.

You have to get the resource into the active resource chain. 
Something like this should work:

DmOpenRef dbRef = DmOpenDatabaseByTypeCreator (
        sysFileTApplication, creatorID, dmModeReadOnly );
if ( dbRef != NULL )
{
        MemHandle       nameH   = DmGet1Resource ( taif, 1000 );
        // DO DOMETHING
        MemHandleUnlock ( nameH );
        DmCloseDatabase ( dbRef);
}

Regards,
Steve Mann
-- 
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to