Dialog aus Resource Laden???
-
Hy,
wie kann ich ein Dialogfeld aus einer Resource Laden???
Ich hab es schon mal gemacht aber ich komme nicht drauf wie und den Code dafür hab ich auch nicht mehr.THX
-
Danke habs schon!
-
Netterweise sollte man trotzdem die Antwort posten..
-
Die Antwort:
MSDN:
INT_PTR DialogBox(
HINSTANCE hInstance, // handle to module
LPCTSTR lpTemplate, // dialog box template
HWND hWndParent, // handle to owner window
DLGPROC lpDialogFunc // dialog box procedure
);DialogBox(hInstance,MAKEINDEXRESOURCE(IDD_DIALOG1),hWnd,NULL);