谁知道vc里怎么调用dll里的资源窗体啊?

2025-03-06 18:42:51
推荐回答(2个)
回答1:

INT_PTR DialogBoxParam(
HINSTANCE hInstance, // handle to module
LPCTSTR lpTemplateName, // dialog box template
HWND hWndParent, // handle to owner window
DLGPROC lpDialogFunc, // dialog box procedure
LPARAM dwInitParam // initialization value
);

回答2:

使用LoadResource