Does anyone know how to combine DirectDraw and CView? So that I have a CView in which I can use DirectDraw functions.:confused:
M
Michael Menne
@Michael Menne
Posts
-
DirectDraw in a CView -> possible? -
How can I get the first file of FindFile?If I search a file with: CFileFind fFind; find.FindFile("*.bmp"); find.GetFilePath(); the programm crashes. MSDN says that I must call FindNextFile() at least once, but then I get the path of the second file and not of the first. So, how can I get the path of the first file?:confused: