I'm building an application in vc++. Here I want to browse my file system and select some file. Can anybo开发者_Python百科dy tell me how to do? Thank you.
FindFirstFile & FindNextFile windows APIs are your friends.
I'm building an application in vc++. Here I want to browse my file system and select some file. Can anybo开发者_Python百科dy tell me how to do? Thank you.
FindFirstFile & FindNextFile windows APIs are your friends.
精彩评论