>>774 MSDN読めよ ttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/findnextfile.asp >The order in which this function returns the file names is dependent on the file system type. >With the NTFS file system and CDFS file systems, the names are returned in alphabetical order. >With FAT file systems, the names are returned in the order the files were written to the disk, >which may or may not be in alphabetical order.
Microsoft is conducting an online survey to understand use of MSDN Online. We’d like to see which pages you visit today and then have you complete a survey when you leave MSDN Online. Would you like to participate?
>>984 case WM_COMMAND: switch(LOWORD(wParam)) { case ..... となっているのですが、switch(LOWORD(wParam)){ のcaseに case LBN_DBLCLKを書くんですか? それとも、case リスト:内にif文を書くんですか?