以下是来自msdn(链接 )的关于调用GetOpenFileName 函数的一段代码:. #include <Windows.h> int main() { OPENFILENAME ofn; // common dialog box structure TCHAR ...
確定! 回上一頁