المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem using Windows FindFirstFile function and its related ones



C++ Programming
09-29-2009, 01:22 AM
Hi, I have programmed a simple directshow audio player, a GUI application. I want it to select multiple files and play the subsequent files. But I am having problems using the functions FindFirstFile, FindFirstFile to search for the subsequent files. I have tried the way MSDN describes but it doesn't work (or I don't get it well). I have already included the flag that allows multiple file selection and I am able to select multiple files, but I find it difficult to use these functions to get subsequent files. I need help on how to use them, and if I can also get tutorials describing how to use these functions. Please help