I want to show the thumbnail view of a photo on Zire71.
I can get the thumbnail data according to the following code.How do I show
it?
Thanks.
LocalID theLocalDbID = DmFindDatabase(0, "PhotosDB-Foto");
DmOpenRef theDmOpenRef = DmOpenDatabase(0, theLocalDbID, theOpenMode);
UInt16 nTotal = DmNumRecords(theDmOpenRef);
for (i = 0;i<nTotal;i++)
{
MemHandle theHandle = DmQueryRecord (theDmOpenRef,i);
......
}
__________________________________________________________
http://www.msale.net/bbs
a Chinese-language message board for developers,including
palm,ppc,symbian,and etc.
http://sourceforge.net/projects/mscreen/
My open-source project
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/