#include <windows.h> int main() { OPENFILENAME ofn; // common dialog box structure char szFile[260]; // buffer for file name HWND hwnd ...
確定! 回上一頁