Hi,
Is there any differences using one or another?
Should one be preferred to another?Code:DialogBox(hInst, MAKEINTRESOURCE(IDD_POPUP), hWnd, (DLGPROC)procPopup); ShowWindow( CreateDialog(hInst, MAKEINTRESOURCE(IDD_POPUP), hWnd, (DLGPROC)procPopup), SW_SHOW );
thanks




Reply With Quote