|
Posted by riki on June 21, 2005, 8:42 pm
Please log in for more thread options
vishal chauhan wrote:
> how i can serch for multiole file formats at same time.
> i mean to say in first parameter of findfirstfile instead of passing *.*
> so that desired formats r to be serached eg *.bm,*.jpg,*.png
>
just do seperate searches, eg
SetImageList_helper(GetPSM() + L"Application Data\Home\" + L"*.jpg", ..);
SetImageList_helper(GetPSM() + L"Application Data\Home\" + L"*.gif", ...);
SetImageList_helper(GetPSM() + L"Application Data\Home\" + L"*.bmp", ...);
riki
I've never understood why women douse themselves with things that are
alleged to smell of roses/tulips/freesias. What exactly are they trying
to attract? Bees? -- Tanuki
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/ AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/ By Day: http://www.EmbeddedFusion.com
|