SECBitmapDialog::SECBitmapDialog

This function creates a modal dialogue

Defined in: secbmpdg.cpp

Syntax

SECBitmapDialog(UINT nDialogID, CWnd* pParent /* = NULL */)

SECBitmapDialog(LPCTSTR lpcDialogName, CWnd* pParent /* = NULL */)

Parameters

nDialogID

The resource ID of the dialogue

pParent

The parent window of the dialogue

lpcDialogName

The name of the resource for the dialogue

pParent

The parent window of the dialogue

See Also

SetBitmap

SECBitmapDialog